You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 7, 2024. It is now read-only.
Do you guys have plans on integrating this kind of connection? Is this package only wraps the existing implemented pusher in laravel services and just added with Dashboard to manage it?
Edit:
I have seen you guys have this WebSocketHandler.php that you used Ratchet, however I don't know why it is bound to Pusher only (correct me if I am wrong)
It would be better to make this class to have a default connection which is the pusher, then later if someone would like to add more connections or different implementations that could follow the contracts, that helps a lot.
This could join other developers specially who's more knowledgeable with the above links I mentioned.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Currently we have this package that mostly supports websockets https://github.com/walkor/phpsocket.io and also https://reactphp.org/
Do you guys have plans on integrating this kind of connection? Is this package only wraps the existing implemented pusher in laravel services and just added with Dashboard to manage it?
Edit:
I have seen you guys have this
WebSocketHandler.php
that you used Ratchet, however I don't know why it is bound to Pusher only (correct me if I am wrong)It would be better to make this class to have a default connection which is the pusher, then later if someone would like to add more connections or different implementations that could follow the contracts, that helps a lot.
This could join other developers specially who's more knowledgeable with the above links I mentioned.
The text was updated successfully, but these errors were encountered: