You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using topicaliases.TAHandler to publish, the server disconnects. The ReasonCode is 0x82, indicating a Protocol Error.
I believe this issue occurs because the TAHandler does not send the topic when the alias does not exist, It should send the topic in the first publish.
Describe the bug
When using
topicaliases.TAHandler
to publish, the server disconnects. The ReasonCode is0x82
, indicating aProtocol Error
.I believe this issue occurs because the TAHandler does not send the topic when the alias does not exist, It should send the topic in the first publish.
To reproduce
and Publish the message.
Expected behaviour
Server does not disconnect and publish successed.
Software used:
The text was updated successfully, but these errors were encountered: