Skip to content

Fixed the zmq crash

Jonas Karlsson requested to merge ss-cleanup into main

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.

Merge request reports

Loading