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
{{ message }}
This repository was archived by the owner on Sep 5, 2022. It is now read-only.
When the Client in Host mode is disconnected, LightReflectiveMirrorTransport._isClient = false will be executed first. When LightReflectiveMirrorTransport.DataReceived is executed and opcode == ServerLeft _isClient is already equal to false, the OnClientDisconnected event cannot be called normally.