We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
engine.onConnectionStatusChanged = (status) { print(status); };
当网络中断后,会依次接收到 suspend 和 networkUnavailable 两个状态,若客户端恢复网络后,并不会获取到任何状态的通知。
suspend
networkUnavailable
The text was updated successfully, but these errors were encountered:
No branches or pull requests
当网络中断后,会依次接收到
suspend
和networkUnavailable
两个状态,若客户端恢复网络后,并不会获取到任何状态的通知。The text was updated successfully, but these errors were encountered: