Unverified Commit b325fe60 authored by kladko's avatar kladko

bug/SKALE-3751-enable-zeromq

parent 57de5f22
......@@ -140,7 +140,6 @@ void ZMQClient::reconnect() {
clientSocket->setsockopt(ZMQ_LINGER, &linger, sizeof(linger));
clientSocket->connect(url);
clientSockets.insert({pid, clientSocket});
cerr << "haha";
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment