Skip to content
Snippets Groups Projects
Commit ced77927 authored by Aaron Cuevas Lopez's avatar Aaron Cuevas Lopez
Browse files

Prevent deadlock in network events

parent d0ed2943
Branches
No related tags found
No related merge requests found
......@@ -574,9 +574,7 @@ void NetworkEvents::run()
while (threadRunning)
{
lock.enter();
result = zmq_recv (responder, buffer, MAX_MESSAGE_LENGTH - 1, 0); // blocking
lock.exit();
juce::int64 timestamp_software = timer.getHighResolutionTicks();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment