We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 239c0b7 commit e86e97dCopy full SHA for e86e97d
LiteNetLib/NetSocket.cs
@@ -78,7 +78,7 @@ internal sealed class NetSocket
78
public void OnErrorRestore()
79
{
80
Close(false);
81
- _listener.OnMessageReceived(null, 0, SocketError.NotConnected, new IPEndPoint(0,0));
+ _listener.OnMessageReceived(null, SocketError.NotConnected, new IPEndPoint(0,0));
82
}
83
#endif
84
public int LocalPort { get; private set; }
0 commit comments