Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
joedixon committed Nov 20, 2023
1 parent e97c5ac commit 5bdae3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Channels/Channel.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ public function broadcast(Application $app, array $payload, Connection $except =
dump($except ? $except->identifier() : 'No ID');
collect($this->connections())
->each(function ($connection) use ($payload, $except) {
dump($connection->connection()->identifier());
if ($except && $except->identifier() === $connection->connection()->identifier()) {
return;
}
Expand Down

0 comments on commit 5bdae3d

Please sign in to comment.