Commit a6ad2f17 authored by nanahira's avatar nanahira

fix

parent f6fd96fa
Pipeline #43476 passed with stages
in 55 seconds
......@@ -160,7 +160,7 @@ export class ClientHandler {
}
private async dispatchClientMessage(client: Client, msg: YGOProCtosBase) {
if (client.disconnected) {
if (client.disconnected && !(msg instanceof YGOProCtosDisconnect)) {
// disallow processing any messages after disconnection, including those already in the queue
return;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment