Skip to content

Commit ced7792

Browse files
committed
Prevent deadlock in network events
1 parent d0ed294 commit ced7792

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Source/Plugins/NetworkEvents/NetworkEvents.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -574,9 +574,7 @@ void NetworkEvents::run()
574574

575575
while (threadRunning)
576576
{
577-
lock.enter();
578577
result = zmq_recv (responder, buffer, MAX_MESSAGE_LENGTH - 1, 0); // blocking
579-
lock.exit();
580578

581579
juce::int64 timestamp_software = timer.getHighResolutionTicks();
582580

0 commit comments

Comments
 (0)