Closed cheungpat closed 6 years ago
The problem described here only occurs if using ZMQ transport and using workers. This is because init
event is registered as part of CommonTransport constructor, which ZMQ transport+worker will have multiple instances of CommonTransport sub-classes.
A user observed the captioned log message appearing in the log multiple times despite they have not registered the
init
event. The problem does not seem to affect program behavior but this is worth looking into because this is related to #209.