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

Grpc: Handle handler drops (usually on client disconnect) #872

Merged
merged 1 commit into from
Dec 21, 2022

Conversation

TheCharlatan
Copy link
Member

When the client disconnects, its handler function is dropped. In this case, we should not error, but log a warning and continue the loop. Since we remove from the pending requests, no additional resources need to be dropped

When the client disconnects, its handler function is dropped. In this
case, we should not error, but log a warning and continue the loop.
Since we remove from the pending requests, no additional resources need
to be dropped
@TheCharlatan TheCharlatan linked an issue Dec 20, 2022 that may be closed by this pull request
@TheCharlatan TheCharlatan mentioned this pull request Dec 20, 2022
@TheCharlatan TheCharlatan changed the title Grpc: Handle handler drops (usually client disconnect) Grpc: Handle handler drops (usually on client disconnect) Dec 20, 2022
@h4sh3d h4sh3d added this to the v0.8.1 milestone Dec 21, 2022
@h4sh3d h4sh3d self-assigned this Dec 21, 2022
Copy link
Member

@h4sh3d h4sh3d left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tACK ebcd5d9

@h4sh3d h4sh3d merged commit 93d79fe into farcaster-project:main Dec 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

gRPC stability
2 participants