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: abort watch correctly for protobuf client #494

Merged
merged 1 commit into from
Sep 17, 2024

Conversation

smira
Copy link
Member

@smira smira commented Sep 17, 2024

There were two bugs:

  • io.EOF was ignored for no good reason
  • the aggregated/non-aggregated was not properly handled for errors

This should fix COSI controller runtime not crashing on connection close via gRPC.

There were two bugs:

* `io.EOF` was ignored for no good reason
* the aggregated/non-aggregated was not properly handled for errors

This should fix COSI controller runtime not crashing on connection close
via gRPC.

Signed-off-by: Andrey Smirnov <[email protected]>
@smira smira force-pushed the fix/proto-watch-abort branch from 5e072dd to 01bd2dc Compare September 17, 2024 11:41
@smira
Copy link
Member Author

smira commented Sep 17, 2024

/m

@talos-bot talos-bot merged commit 01bd2dc into cosi-project:main Sep 17, 2024
14 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