Skip to content

Commit 06f8f09

Browse files
committed
Remove close that wasn't supposed to be there.
1 parent e01036f commit 06f8f09

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

network/wsNetwork.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,6 @@ func (wn *WebsocketNetwork) Stop() {
849849
wn.log.Debugf("closed %s", listenAddr)
850850
}
851851

852-
wn.requestsTracker.Close()
853852
<-wn.requestsTracker.getWaitUntilNoConnectionsChannel(5 * time.Millisecond)
854853

855854
wn.messagesOfInterestEncoded = false

0 commit comments

Comments
 (0)