Skip to content
Snippets Groups Projects
Commit 9b314f9f authored by Clément Pit-Claudel's avatar Clément Pit-Claudel
Browse files

server: Detect channel closure and disconnect client

Not all channel closures come with a .Close() message.  Not processing channel
closures meant that we left dangling channels that then created long streams of
error messages every time we tried to send to them.

This commit fixes that issue, but not the stack traces printed by the tests
introduced in 8a6361a4.

Co-authored-by: @azuz.
parent f386da46
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment