Closed johanbrandhorst closed 7 years ago
It should be possible to trigger a closing of the connection in order to propagate the context cancellation.
Turns out this is not what was happening, the context cancellation was working across the websocket connection but the proxy side wasn't closing the client stream like it should have.
It should be possible to trigger a closing of the connection in order to propagate the context cancellation.