Skip to content

Commit

Permalink
corrected object
Browse files Browse the repository at this point in the history
  • Loading branch information
ecmchow committed Apr 7, 2022
1 parent 2b4a47d commit 708afb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Socket.php
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ public function onack($packet)
call_user_func($ack, $packet['data']);
unset($this->acks[$packet['id']]);
} else {
echo ('bad ack '. packet.id);
echo ('bad ack '. $packet['id']);
}
}

Expand Down

0 comments on commit 708afb9

Please sign in to comment.