Fixed the zmq crash
Fixed the crash by creating a new context per channel.
Still dangerous code where it is possible to share a socket between processes. eg. if multiple go funtcions (or differenmt callbacks) try to send to the same channel.
Fixed the crash by creating a new context per channel.
Still dangerous code where it is possible to share a socket between processes. eg. if multiple go funtcions (or differenmt callbacks) try to send to the same channel.