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

Ensure that Websocket messages are applied sequentially #7115

Closed
wants to merge 1 commit into from

Conversation

philippjfr
Copy link
Member

Fixes #6603

Another attempt at this fix, this time I'm serializing the events into messages immediately.

Copy link

codecov bot commented Aug 10, 2024

Codecov Report

Attention: Patch coverage is 6.06061% with 31 lines in your changes missing coverage. Please review.

Project coverage is 72.47%. Comparing base (9404b43) to head (bcdd72a).

Files Patch % Lines
panel/io/document.py 6.06% 31 Missing ⚠️

❗ There is a different number of reports uploaded between BASE (9404b43) and HEAD (bcdd72a). Click for more details.

HEAD has 2 uploads less than BASE
Flag BASE (9404b43) HEAD (bcdd72a)
8 6
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7115      +/-   ##
==========================================
- Coverage   82.25%   72.47%   -9.79%     
==========================================
  Files         327      326       -1     
  Lines       48784    48764      -20     
==========================================
- Hits        40127    35341    -4786     
- Misses       8657    13423    +4766     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

Sneaky Race condition using asyncio create_task (reliably reproduced)
1 participant