Skip to content

Commit 708afb9

Browse files
committed
corrected object
1 parent 2b4a47d commit 708afb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Socket.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ public function onack($packet)
346346
call_user_func($ack, $packet['data']);
347347
unset($this->acks[$packet['id']]);
348348
} else {
349-
echo ('bad ack '. packet.id);
349+
echo ('bad ack '. $packet['id']);
350350
}
351351
}
352352

0 commit comments

Comments
 (0)