BF unsubscribe

This commit is contained in:
a6a2f5842 2025-09-16 11:20:48 +02:00
parent c38e8fc082
commit 741cffe03a
1 changed files with 2 additions and 0 deletions

View File

@ -435,6 +435,8 @@ class Handler implements MessageComponentInterface
'ws_active_channels', 'ws_active_channels',
array_keys($this->channel_connections) array_keys($this->channel_connections)
); );
$channel->unsubscribe($connection);
} }
return $channel; return $channel;