mosn
mosn
delete folder parse
hi in Client.cs ``` public bool Connect(string hostAddress, int maxConnectionAttempts = 5, byte messageHandlerGroupId = 0, Message message = null, bool useMessageHandlers = true) if (useMessageHandlers) CreateMessageHandlersDictionary(messageHandlerGroupId); must change to...
yes i use Server.Update(); in FixedUpdate(). but sometimes diddisconnect not call. when i write any debug.log() in diddisconnect not work. but this log(Disconnected from server: Poor connection) show sometime and...
Yes i use update in both side. but no, nothing is shown on the client side. no error is shown.