dh1tw / remoteAudio

Audio streaming application for Amateur Radio purposes
MIT License
162 stars 23 forks source link

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

Closed dh1tw closed 7 years ago

dh1tw commented 7 years ago

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 7 years ago

Implemented in Version 0.2.0 (1ebcfd2)