don't kill the connection on unexpected opcode. There's just too many nonstandard things across different clients for that to not make stuff break
This commit is contained in:
parent
540fa027fa
commit
f35cd481dd
1 changed files with 0 additions and 3 deletions
|
@ -471,9 +471,6 @@ public class User
|
|||
}
|
||||
}
|
||||
break;
|
||||
default:
|
||||
await Close();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue