The documentation states that the client must join the room it has subscribed to:
=> You send a subscription query to Kuzzle
<= Kuzzle responds to you with a roomId and a channel
=> You listen to the channel provided in the response
<= Kuzzle forwards the corresponding notifications on that channel
This is true for MQTT, but not for Websocket or socket io, where the client will immediately start receiving notifications after the subscribe calls
The documentation states that the client must join the room it has subscribed to:
This is true for MQTT, but not for Websocket or socket io, where the client will immediately start receiving notifications after the subscribe calls