Komeil
Komeil
This is my onClose function code in `WebSocketHandler.php` file: ``` public function onClose(ConnectionInterface $connection) { $allChannels = $this->channelManager->getChannels($connection->app->id); foreach ($allChannels as $channelData) { $data = $channelData; } dd($data); $this->channelManager->removeFromAllChannels($connection); DashboardLogger::disconnection($connection);...
Hi, according to this topic pls fix this too for nuxt swiper ty! [https://github.com/nolimits4web/swiper/issues/7609](https://github.com/nolimits4web/swiper/issues/7609)