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 2754885 commit 33e488aCopy full SHA for 33e488a
1 file changed
graphql/websocket.go
@@ -125,6 +125,7 @@ func (w *webSocketClient) listenWebSocket() {
125
w.exitListenWebSocketMu.Lock()
126
if w.exitListenWebSocket {
127
close(w.errChan)
128
+ w.exitListenWebSocketMu.Unlock()
129
return
130
}
131
w.exitListenWebSocketMu.Unlock()
0 commit comments