rongcloud / im-flutter-wrapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

最新版本下 onConnectionStatusChanged 恢复网络后无法接收 connected

cipchk opened this issue · comments

commented
engine.onConnectionStatusChanged = (status) {
	print(status);
};

当网络中断后,会依次接收到 suspendnetworkUnavailable 两个状态,若客户端恢复网络后,并不会获取到任何状态的通知。