fix: remove unneeded mutex call

This commit is contained in:
Derrick Hammer 2023-07-22 20:08:54 -04:00
parent d312d1704d
commit ad4511c385
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 0 additions and 2 deletions

View File

@ -253,8 +253,6 @@ async function handleWriteSocketEvent(aq: ActiveQuery) {
return;
}
await socket.mutex?.waitForUnlock();
socket.write(message);
aq.respond();