256dpi / arduino-mqtt

MQTT library for Arduino
MIT License
1.02k stars 236 forks source link

Connection is lost when second device is connected #329

Closed bjdshp closed 3 months ago

bjdshp commented 3 months ago

Works flawless with one device, but when I connect a seperate device with a unique user name in mosquitto, it automatically drops the client with each publish. It takes turns kicking each device off.

bjdshp commented 3 months ago

I'm an idiot....i thought I had different client IDs because I had different user names. I should have read documenation better.