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
Make ZMQ msg_id threadsafe to avoid ZMQ drops in ntopng
Cleanup the use of ZmqDriver.lock in two ways:
* Use defer d.lock.Unlock() like someone who actually knows golang
* Lock earlier in ZmqDriver.Send() to ensure that the msg_id in
the header, the header send, and the message send are all done
together.
0 commit comments