VolantMQ / volantmq

High-Performance MQTT Server
Apache License 2.0
981 stars 169 forks source link

[Fix] Sending blank username to ACL in onPublish #169

Closed arihantdaga closed 4 years ago

arihantdaga commented 4 years ago

Attempt to fix #167 partially. Sending a blank username could be solved if we stored username in connection and setting it in newSession function.

troian commented 4 years ago

I believe it is now duplicate of https://github.com/VolantMQ/volantmq/pull/168