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

Implement Channel#sendAll #2315

Merged
merged 9 commits into from
Jul 28, 2023
Merged

Implement Channel#sendAll #2315

merged 9 commits into from
Jul 28, 2023

Conversation

adamgfraser
Copy link
Contributor

@adamgfraser adamgfraser commented Jul 26, 2023

Resolves #2314. /claim #2314

@codecov-commenter
Copy link

codecov-commenter commented Jul 26, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.08% ⚠️

Comparison is base (0d23ee1) 64.86% compared to head (38cbcd2) 64.78%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2315      +/-   ##
==========================================
- Coverage   64.86%   64.78%   -0.08%     
==========================================
  Files         143      143              
  Lines        6847     6857      +10     
  Branches     1246     1231      -15     
==========================================
+ Hits         4441     4442       +1     
- Misses       2406     2415       +9     
Files Changed Coverage Δ
zio-http/src/main/scala/zio/http/Channel.scala 7.69% <0.00%> (-1.40%) ⬇️
...ttp/src/main/scala/zio/http/WebSocketChannel.scala 28.57% <0.00%> (-17.59%) ⬇️

... and 1 file with indirect coverage changes

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

@jdegoes
Copy link
Member

jdegoes commented Jul 27, 2023

@adamgfraser Good to merge when conflicts fixed!

@adamgfraser
Copy link
Contributor Author

/claim #2314

@adamgfraser adamgfraser merged commit 18b9a96 into zio:main Jul 28, 2023
14 checks passed
@adamgfraser adamgfraser deleted the 2314 branch July 28, 2023 08:43
987Nabil pushed a commit to 987Nabil/zio-http that referenced this pull request Jul 28, 2023
* implement channel send all

* fix tests

* format

* write and flush

* ignore flaky test

* cleanup

* fix compilation error
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.

The ability to send WebSocket messages in batches
4 participants