You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 disconnect client from sever
What about Client.Update()? You need both for it to work.
when i write any debug.log() in diddisconnect not work. but this log(Disconnected from server: Poor connection) show sometime and disconnect client from sever
Does your custom log in the Disconnected event ever get called? Is there any sort of pattern regarding when the event does work and whether or not "Disconnected from server: Poor connection" is logged?
Somtimes Disconnected from server: Poor connection. But Event Diddisconnect() Not Work and callback
The text was updated successfully, but these errors were encountered: