chore
parent
fdfe462146
commit
77d1da76b3
|
@ -140,6 +140,8 @@ namespace LeanCloud.Realtime.Internal.Connection {
|
|||
internal async Task Close() {
|
||||
OnNotification = null;
|
||||
OnDisconnect = null;
|
||||
OnReconnecting = null;
|
||||
OnReconnected = null;
|
||||
await client.Close();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue