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 1cfe1bb commit f13774cCopy full SHA for f13774c
lib60870/CS104/Server.cs
@@ -907,11 +907,11 @@ internal void CallServerStateEventHandler(ServerStateEvent e)
907
908
internal void CallConnectionEventHandler(ClientConnection connection, ClientConnectionEvent e)
909
{
910
- if (connection.State == MasterConnectionState.M_CON_STATE_STARTED)
911
- {
+ // if (connection.State == MasterConnectionState.M_CON_STATE_STARTED)
+ // {
912
if (connectionEventHandler != null)
913
connectionEventHandler(connectionEventHandlerParameter, connection, e);
914
- }
+ // }
915
}
916
917
internal void Activated(ClientConnection activeConnection)
0 commit comments