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
In file https://github.com/lib/pq/blob/master/notify.go#L585,
I notice that when the if condition is met, the Wait() blocks the goroutine and waits for a single.
So I was wondering that is there something that prevents the goroutine from being woken up?
Could the unblock signal always unblock the goroutine?
The text was updated successfully, but these errors were encountered:
In file https://github.com/lib/pq/blob/master/notify.go#L585,
I notice that when the if condition is met, the Wait() blocks the goroutine and waits for a single.
So I was wondering that is there something that prevents the goroutine from being woken up?
Could the unblock signal always unblock the goroutine?
The text was updated successfully, but these errors were encountered: