BF unsubscribe
This commit is contained in:
parent
c38e8fc082
commit
741cffe03a
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue