优化 IM 链接
This commit is contained in:
parent
c00f9ec3a8
commit
071e7d3436
@ -0,0 +1 @@
|
||||
/Users/jin/.pub-cache/hosted/pub.flutter-io.cn/connectivity_plus-6.1.1/
|
@ -262,18 +262,13 @@ class WKWebConnectionManager {
|
||||
}
|
||||
|
||||
_closeAll() {
|
||||
// _isLogout = true;
|
||||
// WKIM.shared.options.uid = '';
|
||||
// WKIM.shared.options.token = '';
|
||||
// WKIM.shared.messageManager.updateSendingMsgFail();
|
||||
isReconnection = false;
|
||||
_stopCheckNetworkTimer();
|
||||
_stopHeartTimer();
|
||||
if (_socket != null) {
|
||||
_socket!.close();
|
||||
_socket = null;
|
||||
}
|
||||
|
||||
// WKDBHelper.shared.close();
|
||||
}
|
||||
|
||||
_sendReceAckPacket(BigInt messageID, int messageSeq, PacketHeader header) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user