Skip to content

Commit

Permalink
Do not null lastWrite
Browse files Browse the repository at this point in the history
May cause out of order writes
  • Loading branch information
trowski committed Dec 20, 2017
1 parent dfeca00 commit 80d8e48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Websocket/Rfc6455Gateway.php
Expand Up @@ -543,7 +543,6 @@ private function doSend(Rfc6455Client $client, string $data, int $opcode): \Gene
throw $exception;
}

$client->lastWrite = null;
return $bytes;
}

Expand Down

0 comments on commit 80d8e48

Please sign in to comment.