This repository has been archived by the owner on Feb 7, 2024. It is now read-only.
Replies: 1 comment
-
Greetings! I believe there isn't a straightforward approach to achieve that. My suggestion would be to create your own websocket handler and synchronize socket IDs in a storage location such as Redis or MySQL. This way, you can check if a socket ID is connected by verifying its existence on db or redis , ext ... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to communicate with the websockets server from a Laravel app and check if a given socket id is open or not? I looked at the "getChannels" and "getChannelInfo" methods, but they don't give me specific connection information.
Thanks, Dan
Beta Was this translation helpful? Give feedback.
All reactions