fix sending on close channel with yet another mutex.
This commit is contained in:
2
pool.go
2
pool.go
@@ -471,7 +471,7 @@ func (pool *Pool) subMany(
|
||||
subscribe:
|
||||
sub, err = relay.Subscribe(ctx, filter, opts)
|
||||
if err != nil {
|
||||
debugLogf("[pool] subscription to %s died: %s -- will retry\n", nm, err)
|
||||
debugLogf("[pool] subscription to %s failed: %s -- will retry\n", nm, err)
|
||||
goto reconnect
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user