mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-13 23:28:11 +03:00
Fixed Sockets created using CreateRelaySocket not recieving messages
This commit is contained in:
parent
09256aa4a3
commit
66b221984f
@ -132,6 +132,7 @@ namespace Steamworks
|
||||
var options = Array.Empty<NetKeyValue>();
|
||||
t.Socket = Internal.CreateListenSocketP2P( virtualport, options.Length, options );
|
||||
SetSocketInterface( t.Socket.Id, t );
|
||||
t.Initialize();
|
||||
return t;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user