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