4nte / mqtt-mirror

Fork MQTT traffic from broker A to B like it's potatoes 🥔.
MIT License
40 stars 4 forks source link

login with username and password fix #1

Closed sajben94 closed 4 years ago

sajben94 commented 4 years ago

I had a problem with login on mqtt server with username and password. And problem was with parsing data from user.

liias commented 4 years ago

Had same issue. Would be cool if this is merged and released, so I could use just the docker image.

4nte commented 4 years ago

Thanks @sajben94 for the effort and @liias for the interest. I will take a look and have a fix merged soon.

4nte commented 4 years ago

This is fixed in version 0.1.32. I also wrote an integration test to ensure this won't break in the future.

Feel free to open new issues for bugs/requests.