We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 430f784 commit f58104aCopy full SHA for f58104a
proxy/websocket_pump.go
@@ -165,13 +165,13 @@ func (p *websocketPump) pumpMessages(
165
default:
166
if err := from.SetReadDeadline(utils.Deadline(timeout)); err != nil {
167
notifyOnFailure(err)
168
- continue
+ return
169
}
170
171
msgType, bytes, err := from.ReadMessage()
172
if err != nil {
173
174
175
176
177
messages <- &websocketMessage{
0 commit comments