From 77d1da76b331fe3e46d2bdaf52af61d854dc58e5 Mon Sep 17 00:00:00 2001 From: oneRain Date: Wed, 29 Apr 2020 16:02:13 +0800 Subject: [PATCH] chore --- Realtime/Internal/Connection/LCConnection.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Realtime/Internal/Connection/LCConnection.cs b/Realtime/Internal/Connection/LCConnection.cs index 3f0e5f7..60dd8a0 100644 --- a/Realtime/Internal/Connection/LCConnection.cs +++ b/Realtime/Internal/Connection/LCConnection.cs @@ -140,6 +140,8 @@ namespace LeanCloud.Realtime.Internal.Connection { internal async Task Close() { OnNotification = null; OnDisconnect = null; + OnReconnecting = null; + OnReconnected = null; await client.Close(); }