mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
comment
This commit is contained in:
parent
ba24121013
commit
302f23a12f
@ -120,15 +120,7 @@ public override void Disconnect()
|
||||
DisconnectInternal();
|
||||
|
||||
// THIS WAS PREVIOUSLY IN NETWORKCLIENT.DISCONNECT:
|
||||
|
||||
// call client OnDisconnected with connection to server
|
||||
// => previously we used to send a DisconnectMessage to
|
||||
// NetworkServer.localConnection. this would queue the
|
||||
// message until NetworkClient.Update processes it.
|
||||
// => invoking the client's OnDisconnected event directly
|
||||
// here makes tests fail. so let's do it exactly the same
|
||||
// order as before by queueing the event for next Update!
|
||||
//OnDisconnectedEvent?.Invoke(connection);
|
||||
// TODO move into DisconnectInternal? or not?
|
||||
QueueDisconnectedEvent();
|
||||
NetworkServer.RemoveLocalConnection();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user