You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
panic("zk: recvLoop should never return nil error")
}
}()
), it seems that if somehow the goroutine panics, the watches (the open channels) are not closed, and hence the receiver won't know if the watches are still active, am I right? should we just add to the defers to close them?
The text was updated successfully, but these errors were encountered:
looking at the recv loop goroutine (
zk/conn.go
Lines 466 to 482 in 27bc0d6
defer
s to close them?The text was updated successfully, but these errors were encountered: