-
Do you have any plans to release Socket.IO version of this pls without pusher ?
-
Previously we were able to set
```
'curl_options' => [
CURLOPT_SSL_VERIFYHOST => 0,
CURLOPT_SSL_VERIFYPEER => 0,
],
```
But since `curl_options` was removed in `6.0`…
-
**Describe the bug**
Replace this section with a clear description of your issue.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to 'Providers List'
2. Click on 'Options'
3. Scroll d…
-
Hello,
First of all this is a great plugin thank you.
Public channel works great however i could not manage to get private channels working. It keeps getting error below:
HandshakeException: …
-
A progress bar would be nice to have an idea at the current progress when importing songs :)
-
I have installed ssl in localhost and websocket works fine on localhost
but after deploy on real server there are the issue
the website url is https://saafka.com
and
websocket.php
```
-
Hi, Is there a way to listen to client events on server side?
e.g. client connected or client left the channel etc.
I am using Laravel. I need to take some action on server when client closes the…
-
Good day,
I am still fairly new with Docker, and I am very interested in doing this challenge.
Whenever I run "docker-compose up -d " I do not get any issues, the issues arise when I try to acc…
-
Thank you for the nice chat UI package. I install it soon after I found the words "**Backend agnostic**" on the pub.dev page. Now I wonder how can I pass my messages & users to the Chat() widget.
I…
-
Am using [Laravel Websockets Package][1] for real time application on localhost everything work perfect but on production i have some issues.
I run websockets through supervisor on centos, i can ca…