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

Remove ReadDuration websocket connection param #954

Merged
merged 1 commit into from
Jul 25, 2023

Conversation

joshklop
Copy link
Contributor

Disconnects clients automatically after 30 seconds if there is no request. This is problematic for subscriptions, where a client may never make more than one request even if multiple responses are sent.

@joshklop joshklop requested review from a team and IronGauntlets and removed request for a team July 24, 2023 22:36
@codecov
Copy link

codecov bot commented Jul 24, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.04% 🎉

Comparison is base (2da7568) 73.23% compared to head (43d9a40) 73.28%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #954      +/-   ##
==========================================
+ Coverage   73.23%   73.28%   +0.04%     
==========================================
  Files          59       59              
  Lines        6304     6299       -5     
==========================================
- Hits         4617     4616       -1     
+ Misses       1303     1301       -2     
+ Partials      384      382       -2     
Files Changed Coverage Δ
jsonrpc/websocket.go 65.16% <100.00%> (-1.86%) ⬇️

... and 2 files with indirect coverage changes

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

@joshklop joshklop force-pushed the joshklop/read-duration branch 2 times, most recently from 42d7bab to 43d9a40 Compare July 25, 2023 12:56
Disconnects clients automatically after 30 seconds if there is no
request. This is problematic for subscriptions, where a client may never
make more than one request even if multiple responses are sent.
@joshklop joshklop merged commit 8318ee0 into main Jul 25, 2023
8 checks passed
@joshklop joshklop deleted the joshklop/read-duration branch July 25, 2023 13:33
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.

2 participants