diff options
Diffstat (limited to 'perf')
-rw-r--r-- | perf/remote_thr.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perf/remote_thr.cpp b/perf/remote_thr.cpp index ba36b98..363ae7c 100644 --- a/perf/remote_thr.cpp +++ b/perf/remote_thr.cpp @@ -88,6 +88,8 @@ int main (int argc, char *argv []) } } +zmq_sleep (2); + rc = zmq_close (s); if (rc != 0) { printf ("error in zmq_close: %s\n", zmq_strerror (errno)); |