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
It seems like all ListenerAdd calls are done at program startup, except for the topic module’s ListenerAdd call, which is set up whenever the topic for a channel is requested.
We could refactor this code such that a topic listener is always present, which would allow us to remove all dynamic ListenerAdd calls and subsequently all locks.
The text was updated successfully, but these errors were encountered:
stapelberg
added a commit
to stapelberg/frank
that referenced
this issue
May 6, 2017
This drops the github.com/jmoiron/sqlx dependency.
The “settopic” admin command is removed since you can trigger the code
by manually changing the topic instead.
related to issue nnev#36
stapelberg
added a commit
to stapelberg/frank
that referenced
this issue
May 6, 2017
It seems like all
ListenerAdd
calls are done at program startup, except for the topic module’sListenerAdd
call, which is set up whenever the topic for a channel is requested.We could refactor this code such that a topic listener is always present, which would allow us to remove all dynamic
ListenerAdd
calls and subsequently all locks.The text was updated successfully, but these errors were encountered: