Skip to content

Conversation

@tobiasah
Copy link
Contributor

@tobiasah tobiasah commented Dec 9, 2024

This commit creates the subscription queue befor sending out the subscribe request. This ensures that if the data server sends an update event before the subscribe request returns, the data is still processed.

@tobiasah tobiasah self-assigned this Dec 9, 2024
@codecov-commenter
Copy link

codecov-commenter commented Dec 9, 2024

Codecov Report

Attention: Patch coverage is 42.85714% with 4 lines in your changes missing coverage. Please review.

Project coverage is 90.25%. Comparing base (abde7fb) to head (94cc4f7).

Files with missing lines Patch % Lines
src/labone/core/session.py 50.00% 3 Missing ⚠️
src/labone/server/__init__.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #77      +/-   ##
==========================================
- Coverage   90.29%   90.25%   -0.04%     
==========================================
  Files          25       25              
  Lines        2122     2124       +2     
  Branches       91       92       +1     
==========================================
+ Hits         1916     1917       +1     
- Misses        199      200       +1     
  Partials        7        7              

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

This commit creates the subscription queue befor sending out the
subscribe request. This ensures that if the data server sends an
update event before the subscribe request returns, the data is still
processed.
@tobiasah tobiasah force-pushed the tobiasa/fix_subscribe_fast_update branch from 305b7a5 to 94cc4f7 Compare December 9, 2024 15:33
@tobiasah tobiasah requested a review from markheik December 9, 2024 15:39
@tobiasah tobiasah merged commit 787ef48 into main Dec 9, 2024
12 checks passed
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.

5 participants