🐛 crash on abnormal disconnecting from websocket server

This commit is contained in:
2023-10-19 20:20:40 +03:00
parent 893c73512a
commit ee9f3fbe3a
8 changed files with 66 additions and 19 deletions
+1 -1
View File
@@ -223,7 +223,7 @@ public class RagonServer : IRagonServer, INetworkListener
_server.Broadcast(sendData, NetworkChannel.UNRELIABLE);
}
public BaseOperation ResolveOperation(RagonOperation operation)
public BaseOperation ResolveHandler(RagonOperation operation)
{
return _handlers[(byte)operation];
}