mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-12-11 20:15:10 +01:00
comment
This commit is contained in:
parent
bcf3f8e32d
commit
54f15d6481
@ -40,6 +40,7 @@ public class Client
|
||||
IsConnected = false;
|
||||
_transport.OnClientError?.Invoke(TransportError.ConnectionClosed, t.m_info.m_szEndDebug);
|
||||
_transport.OnClientDisconnected?.Invoke();
|
||||
// mirror will shutdown transport
|
||||
break;
|
||||
}
|
||||
});
|
||||
@ -115,6 +116,7 @@ public class Client
|
||||
IsConnected = false;
|
||||
// should this do error?
|
||||
_transport.OnClientDisconnected?.Invoke();
|
||||
// mirror will shutdown transport
|
||||
|
||||
_onStatusChanged.Dispose();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user