Skip to content

Commit

Permalink
Update PusherPubSubIncomingMessageHandler.php
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored Nov 27, 2024
1 parent 484215a commit a305c81
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public function handle(string $payload): void
$event = json_decode($payload, associative: true, flags: JSON_THROW_ON_ERROR);

$application = unserialize($event['application']);

$except = isset($event['socket_id']) ?
app(ChannelManager::class)->for($application)->connections()[$event['socket_id']] ?? null
: null;
Expand Down

0 comments on commit a305c81

Please sign in to comment.