Skip to content

Conversation

@tobiasah
Copy link
Contributor

This commit fixes a bug which caused a subscription to unsubscribe when a streaming error was received since a uninitialized value was accessed. In addition errors happening in the subscription handling are now bubbled up to the dataserver to show up in the logs.

@tobiasah tobiasah self-assigned this Nov 12, 2024
@codecov-commenter
Copy link

codecov-commenter commented Nov 12, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 90.12%. Comparing base (49fe5fb) to head (bf255a7).

Files with missing lines Patch % Lines
src/labone/core/subscription.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #74      +/-   ##
==========================================
+ Coverage   90.03%   90.12%   +0.09%     
==========================================
  Files          25       25              
  Lines        2097     2097              
  Branches       91       91              
==========================================
+ Hits         1888     1890       +2     
+ Misses        201      199       -2     
  Partials        8        8              

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

This commit fixes a bug which caused a subscription to unsubscribe when
a streaming error was received since a uninitialized value was accessed.
In addition errors happening in the subscription handling are now
bubbled up to the dataserver to show up in the logs.
@tobiasah tobiasah merged commit 015199f into main Nov 12, 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.

4 participants