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
@vyzo This is not a critical bug for me (at least now), but I made a pull request with a simple fix, and now I think what to do with the other methods which get context as an argument. Should they check both inner and outer context for cancellation in select statement?
Function Cancel() blocks forever because no one listens to sub.cancelCh if PubSub has exited.
How to reproduce:
I think that Subscription should have the same context as a GossipSub, so that you could check it in the Cancel function
The text was updated successfully, but these errors were encountered: