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
fix: Infinite NetworkManager.ShutdownInternal on NetworkTransport.DisconnectLocalClient Exception [MTT-5551] (#2433)
* fix
Prevent an infinite shutdown sequence from happening if NetworkTransport.DisconnectLocalClient throws an exception during NetworkManager.ShutdownInternal.
If UnityTransport.FlushSendQueuesForClientId throws an exception, log the exception and allow the invoking method to continue processing.
0 commit comments