fix: remove unneeded mutex call
This commit is contained in:
parent
d312d1704d
commit
ad4511c385
|
@ -253,8 +253,6 @@ async function handleWriteSocketEvent(aq: ActiveQuery) {
|
|||
return;
|
||||
}
|
||||
|
||||
await socket.mutex?.waitForUnlock();
|
||||
|
||||
socket.write(message);
|
||||
|
||||
aq.respond();
|
||||
|
|
Loading…
Reference in New Issue