Unverified Commit 57de5f22 authored by kladko's avatar kladko

bug/SKALE-3751-enable-zeromq

parent 2d186486
......@@ -140,6 +140,7 @@ void ZMQClient::reconnect() {
clientSocket->setsockopt(ZMQ_LINGER, &linger, sizeof(linger));
clientSocket->connect(url);
clientSockets.insert({pid, clientSocket});
cerr << "haha";
}
......
......@@ -1151,7 +1151,7 @@ TEST_CASE_METHOD(TestFixture, "ZMQ-ecdsa", "[zmq-ecdsa]") {
PRINT_SRC_LINE
for (int j = 0; j < 10; j++) {
for (int j = 0; j < 2; j++) {
workers.push_back(std::thread([client, sh, keyName, end, j]() {
CHECK_STATE(client);
for (int i = (j * 2000); i < (j * 2000) + 1000; i++) {
......
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