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

Fix Connection is being forcefully terminated error in GUI #3829

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

andrei-toterman
Copy link
Contributor

we have bidirectional streaming rpcs, but we usually send only one response back on that stream for most operations. therefore, the gui would only read data from the stream until it got the first reply. but this introduced errors in which the stream was disposed too early. now we read everything from the stream, so that issue shouldn't happen.

Copy link

codecov bot commented Dec 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.94%. Comparing base (4afcbbb) to head (0e909a0).

Additional details and impacted files
@@              Coverage Diff               @@
##           terminal-zoom    #3829   +/-   ##
==============================================
  Coverage          88.94%   88.94%           
==============================================
  Files                256      256           
  Lines              14584    14584           
==============================================
  Hits               12972    12972           
  Misses              1612     1612           

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

we have bidirectional streaming rpcs, but we usually send only one
response back on that stream for most operations. therefore, the gui
would only read data from the stream until it got the first reply. but
this introduced errors in which the stream was disposed too early. now
we read everything from the stream, so that issue shouldn't happen.
@andrei-toterman andrei-toterman force-pushed the fix-http2-connection-disconnected branch from 8fab6a6 to 0e909a0 Compare December 11, 2024 11:33
Base automatically changed from terminal-zoom to main December 12, 2024 19:51
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.

1 participant