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
hi, i'm using the HiveMQ public broker (broker.hivemq.com). the WS connection connects to the path /mqtt, so the full URL ends up being broker.hivemq.com:8000/mqtt.
i tried A LOT of things to get it to work. i had to look at the code to check how the URL is composed, then i realised i had to use the server as broker.hivemq.com and port 8000/mqtt.
i don't feel like this is the most correct thing to do (put the path on port parameter).
is this project accepting PR's?
is it still alive at all? the last release was on jan 2021! (although the last commit was on dec 2022)
i would like to make some PRs regarding this issue and fix the CircleCI pipeline
The text was updated successfully, but these errors were encountered:
hi, i'm using the HiveMQ public broker (broker.hivemq.com). the WS connection connects to the path
/mqtt
, so the full URL ends up beingbroker.hivemq.com:8000/mqtt
.i tried A LOT of things to get it to work. i had to look at the code to check how the URL is composed, then i realised i had to use the server as
broker.hivemq.com
and port8000/mqtt
.i don't feel like this is the most correct thing to do (put the path on port parameter).
is this project accepting PR's?
is it still alive at all? the last release was on jan 2021! (although the last commit was on dec 2022)
i would like to make some PRs regarding this issue and fix the CircleCI pipeline
The text was updated successfully, but these errors were encountered: