We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d945ac1 commit e6f6c1fCopy full SHA for e6f6c1f
ProxyNetworkInterface.php
@@ -211,7 +211,7 @@ private function onPacketReceive(string $buffer): void
211
case ForwardPacket::NETWORK_ID:
212
/** @var ForwardPacket $pk */
213
if (($session = $this->getSession($socketId)) === null) {
214
- throw new PacketHandlingException('Socket with id (' . $socketId . ") doesn't have a session.");
+ break; // might be data arriving from the client after the server has closed the connection
215
}
216
217
$session->handleEncoded($pk->payload);
0 commit comments