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
Hello @mymdz ! Good jobs ! Thanks for taking the time to report the bug AND to bring a fix ! ☺️
I'll review it ASAP and I'll merge it (maybe not today, but tomorrow).
Steps to reproduce:
A
andB
A
) using UserController, without UserSubscriber implementationB
. A warning will be printed:Received message for not subscribed channel 'B'. Message will be ack'd.
There is a deadlock because of writing to nil channel
The text was updated successfully, but these errors were encountered: