lib.rtcomm.clientjs
lib.rtcomm.clientjs copied to clipboard
Provide interface to set the MQTT Client ID (and subsequent subscription)
Rather than use a random ID generated at the client to obfuscate the topic that a client is listening on, provide a way to set the id to a known value. This will make it easy to DISCERN the topic a client w/ a particular ID is listening on, rather than have to look up the information via Registry on a server or presence.