tests: TestSubscriber
can hang / sometimes fails due to context deadline exceeded
#173
Labels
bug
Something isn't working
Proof
Refs
Found in #171
Possible solution
There has to be a small 200 milliseconds timeout after the first Subscription on PubSub Topic. Basically, we need to ensure that peers notified each other about joining a topic before they are sending the msg. Otherwise, msg will never find a recipient.
The text was updated successfully, but these errors were encountered: