Skip to content

Commit caa9056

Browse files
author
Thomas
committed
fix double unlock
1 parent 3e4ed82 commit caa9056

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sdk/src/signaling_device/src/signaling_device_impl.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,8 @@ void SignalingDeviceImpl::handleWsMessage(SignalingMessageType type,
327327
for (const auto& [id, handler] : chanHandlers) {
328328
handler(chan, authorized);
329329
}
330+
chan->handleMessage(msg);
331+
return;
330332
}
331333
mutex_.unlock();
332334
chan->handleMessage(msg);

0 commit comments

Comments
 (0)