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
Messenger should be either a regular class or a module. A regular class instance could contain a socket and we could use it to abstract our code from ZMQ communication (easier testing). On the other hand, using a module would convey that there is no hidden state.
The text was updated successfully, but these errors were encountered:
Messenger should be either a regular class or a module. A regular class instance could contain a socket and we could use it to abstract our code from ZMQ communication (easier testing). On the other hand, using a module would convey that there is no hidden state.
The text was updated successfully, but these errors were encountered: