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

Clarify websocket activity failure #2325

Merged
merged 3 commits into from Nov 15, 2023
Merged

Clarify websocket activity failure #2325

merged 3 commits into from Nov 15, 2023

Conversation

Tratcher
Copy link
Member

@Tratcher Tratcher commented Nov 14, 2023

This addresses outstanding feedback from @MihaZupan about the error reporting changes in #2167. The intent was to more correctly attribute blame for disconnects to something caused by the client or destination. For ActivityTimeouts the blame would go to whoever we were currently expecting data from. However, in the WebSocket case we may be expecting data in both ways all the time, and an ActivityTimeout can be considered a no-blame situation that deserves separate consideration.

I'm not sure if the same consideration should apply to gRPC/streaming.

@Tratcher Tratcher added this to the YARP 2.1 milestone Nov 14, 2023
@Tratcher Tratcher self-assigned this Nov 14, 2023
@Tratcher Tratcher merged commit 47231e9 into main Nov 15, 2023
7 checks passed
@Tratcher Tratcher deleted the tratcher/wsactivity branch November 15, 2023 16:39
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.

None yet

2 participants