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 the current implementation, the goroutine executing sendMessageToSubscriber() is blocked until either the message is acked/nacked or the subsciber is closing.
I will submit a PR soon.
The text was updated successfully, but these errors were encountered:
upils
pushed a commit
to upils/watermill
that referenced
this issue
Mar 23, 2022
In the current implementation, the goroutine executing
sendMessageToSubscriber()
is blocked until either the message is acked/nacked or the subsciber is closing.I will submit a PR soon.
The text was updated successfully, but these errors were encountered: