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(sync): do not try to reconnect after end edit #2412

Merged
merged 1 commit into from
Jan 1, 2025

Conversation

yohanboniface
Copy link
Member

We now set the "closeRequested" on the receiver itself, otherwise there is a race condition between the reconnect (which create a new transport) and the onclose checking closeRequest on an old transport.

We now save the "closeRequested" on the receiver itself, other wise
there is a race condition between the reconnect (which create a new
transport) and the onclose checking closeRequest on an old transport.
@yohanboniface yohanboniface merged commit ebae9a8 into master Jan 1, 2025
4 checks passed
@yohanboniface yohanboniface deleted the websocket-close-requested branch January 1, 2025 10:31
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.

2 participants