Skip to content

Commit

Permalink
fix #685 (timeout in ZMP publisher)
Browse files Browse the repository at this point in the history
  • Loading branch information
facontidavide authored Oct 30, 2023
1 parent a28df0f commit 0a5686e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/loggers/groot2_publisher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ struct Groot2Publisher::PImpl

int timeout_ms = 1000;
server.set(zmq::sockopt::sndtimeo, timeout_ms);
publisher.set(zmq::sockopt::rcvtimeo, timeout_rcv);
publisher.set(zmq::sockopt::sndtimeo, timeout_ms);
}

unsigned server_port = 0;
Expand Down

0 comments on commit 0a5686e

Please sign in to comment.