Wsproxy: context cancellation does not propagate across websocket transport
johanbrandhorst opened this issue · 1 comments
johanbrandhorst commented
It should be possible to trigger a closing of the connection in order to propagate the context cancellation.
johanbrandhorst commented
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.