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 1adf90e commit fc18558Copy full SHA for fc18558
client_test.go
@@ -353,7 +353,7 @@ func TestConcurrentCloseDisconnect(t *testing.T) {
353
}
354
sub.OnUnsubscribed(func(UnsubscribedEvent) {})
355
sub.OnSubscribing(func(SubscribingEvent) {})
356
- sub.Subscribe()
+ _ = sub.Subscribe()
357
go client.Close()
358
client.handleDisconnect(&disconnect{
359
Code: connectingTransportClosed,
0 commit comments