Closed hartois closed 4 years ago
You need to register the user as a topic as you capturing it via ZQM push php code from your application (tcp file to file connection on localhost). Your application then spits the javascript to the browser with the respective name as a topic and connects to the server.
My main concern I want to ask. If a user disconnects the single respective topic becomes deleted too? Or it remains in memory????
thanks
When a user unsubscribes from a topic, the subscription does not stay in memory.
Hello I want create one topic per user such as user.
How can I auto-subscribe client on this topic after authentification?