oneRain 2020-04-29 16:02:13 +08:00
parent fdfe462146
commit 77d1da76b3
1 changed files with 2 additions and 0 deletions

View File

@ -140,6 +140,8 @@ namespace LeanCloud.Realtime.Internal.Connection {
internal async Task Close() {
OnNotification = null;
OnDisconnect = null;
OnReconnecting = null;
OnReconnected = null;
await client.Close();
}