No more QMP deadlocks? It's more likely than you think.

This commit is contained in:
MDMCK10
2023-04-05 19:33:25 +02:00
committed by GitHub
parent ef2e226803
commit 90b91bc0e4

View File

@@ -52,6 +52,7 @@ export default class QMPClient extends EventEmitter {
try { try {
msg = JSON.parse(msgraw); msg = JSON.parse(msgraw);
} catch { } catch {
this.emit("qmpreturn", '');
return; return;
} }