-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(runtime): runtime mqtt client id name undefined
- Loading branch information
Showing
2 changed files
with
21 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ed5faff
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nampereira Can you check my quick fix here? It's probably not the best, but I think it stops a MQTT client name conflict where all runtime connects used client id:
rtmngr-undefined
fromuserid
being undefined. I think this made it to 1.6.0 arena-core, so arena0 may be stuck.ed5faff#diff-4a740ba41db43c0d9f5bdf23de96378f8c8c392545adcc3961bf1d792f2c4e0aL53
ed5faff
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, good catch! Made some minor edits so that the mqqt client defaults are safer: 4016646