Skip to content
New issue

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

fix: Fixed IllegalStateException: Already resumed on cancelConnection #22

Closed
wants to merge 1 commit into from

Conversation

kwiky
Copy link

@kwiky kwiky commented May 13, 2022

Check if coroutine has been not be resumed before resume it

Fix: #21

@weliem
Copy link
Owner

weliem commented May 13, 2022

Thank you for the PR. However, it seems this is a fix for the 'symptom', rather than the root cause. I still don't get why this is happening in the first place....it seems like onDisconnected is called more than once which I don't understand

@kwiky kwiky closed this May 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"IllegalStateException: Already resumed" on disconnected internal callback
2 participants