The KVS server crashes at random intervals with a ZMQ error saying that an operation cannot be accomplished in the current state of some socket. This isn't a super useful error message, but my hunch is that this has to do with one of the REQ/REP sockets (probably the func_nodes_requester?) trying to send a message before receiving one, but I'm not sure.
The KVS server crashes at random intervals with a ZMQ error saying that an operation cannot be accomplished in the current state of some socket. This isn't a super useful error message, but my hunch is that this has to do with one of the
REQ/REP
sockets (probably thefunc_nodes_requester
?) trying to send a message before receiving one, but I'm not sure.