Closed jonathan-s closed 4 years ago
A reflex should be able to put identify what kind channel id is used to send an identifier. Default will be session_id
. You could change this to a string or a function. Create a function that can be overridden.
Currently we use the session id as a subscription mechanism, frontend connects to the backend through websockets and subscribes to a group which is their session id.
It would be nice to have this is a default, but it should be possible to subscribe to other things as well. Right now I don't think it would be possible to create a chat feature as it is.
This would allow for a developer to create chat apps etc, which isn't possible right now.