dh1tw/remoteAudio

If --user-id is not set, a random user-id should be generated

dh1tw opened this issue · 1 comments

dh1tw commented

If two users with the same MQTT client ID try to connect to the broker, the broker will disconnect both.

Make sure that, in case a user-id is not set, a random one should be generated.

dh1tw commented

Implemented in Version 0.2.0 (1ebcfd2)