Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Client websocket connection hangs when server disconnects (#657)
``` _, err := io.Copy(src, dst) ``` io.Copy doesn't automatically fail when `src` connection closes. This change guarantees that when at least connection fails (either src, dst) the other one also disconnects
- Loading branch information