Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
m3m0r7 committed May 24, 2013
1 parent 2b36d8c commit 0db4c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebSocketClient.php
Expand Up @@ -169,7 +169,7 @@ public function getMessage () {

$size = current(unpack('n', $message[$ptr] . $message[$ptr + 1]));

$ptr++;
$ptr += 2;

break;

Expand Down

0 comments on commit 0db4c59

Please sign in to comment.