mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-26 14:45:51 +03:00
Fixed Sockets created using CreateRelaySocket not recieving messages
This commit is contained in:
parent
09256aa4a3
commit
66b221984f
@ -132,6 +132,7 @@ private static void ConnectionStatusChanged( SteamNetConnectionStatusChangedCall
|
|||||||
var options = Array.Empty<NetKeyValue>();
|
var options = Array.Empty<NetKeyValue>();
|
||||||
t.Socket = Internal.CreateListenSocketP2P( virtualport, options.Length, options );
|
t.Socket = Internal.CreateListenSocketP2P( virtualport, options.Length, options );
|
||||||
SetSocketInterface( t.Socket.Id, t );
|
SetSocketInterface( t.Socket.Id, t );
|
||||||
|
t.Initialize();
|
||||||
return t;
|
return t;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user