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

MXSession: Fix deadlock regression in resume() #1067

Merged
merged 1 commit into from
Apr 13, 2021

Conversation

manuroe
Copy link
Contributor

@manuroe manuroe commented Apr 13, 2021

Fix element-hq/element-ios/issues/4202.

The start() method locked the asyncTaskQueue forever preventing next call of resume() from resuming the sync stream.

element-hq/element-ios/issues/4202

The start locked the `asyncTaskQueue` forever preventing next call of resume from resuming the sync stream
@manuroe manuroe merged commit a9e2e44 into develop Apr 13, 2021
@manuroe manuroe deleted the manu/4202_session_does_not_resume branch April 13, 2021 09:45
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.

Regressions in 1.3.0
2 participants