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

Add long-polling in HTTP handler #24

Merged
merged 4 commits into from
Mar 7, 2024
Merged

Add long-polling in HTTP handler #24

merged 4 commits into from
Mar 7, 2024

Conversation

markuswustenberg
Copy link
Member

Fixes #17

Copy link

codecov bot commented Mar 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.69%. Comparing base (ad4b7e6) to head (16e1fa9).

❗ Current head 16e1fa9 differs from pull request most recent head 8e78d12. Consider uploading reports for the commit 8e78d12 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #24      +/-   ##
==========================================
+ Coverage   87.93%   89.69%   +1.75%     
==========================================
  Files           2        2              
  Lines         199      233      +34     
==========================================
+ Hits          175      209      +34     
  Misses         17       17              
  Partials        7        7              

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

@markuswustenberg markuswustenberg merged commit a3d18c4 into main Mar 7, 2024
2 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.

Implement HTTP long polling in GET handler
1 participant