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
I am trying to connect to a broker with web socket and I think there is an error in the connection method in SparkplugNodeBase.cs line 296.
I think in builder.WithWebSocketServer(this.Options.BrokerAddress, this.Options.WebSocketParameters); the first parameter shouldn't be just the broker address but {brokerAdress}:{port}.
I tested the modification and it works on my side.
Emmanuel
The text was updated successfully, but these errors were encountered:
I'm not 100 percent sure, this depends on how you want to reach your websocket, e.g. if there is a connection like mqtt.eclipseprojects.io:443/mqtt, this would not work. Maybe I can add something like this:
I'm not 100 percent sure, this depends on how you want to reach your websocket, e.g. if there is a connection like mqtt.eclipseprojects.io:443/mqtt, this would not work. Maybe I can add something like this:
Hello,
I am trying to connect to a broker with web socket and I think there is an error in the connection method in SparkplugNodeBase.cs line 296.
I think in
builder.WithWebSocketServer(this.Options.BrokerAddress, this.Options.WebSocketParameters);
the first parameter shouldn't be just the broker address but{brokerAdress}:{port}
.I tested the modification and it works on my side.
Emmanuel
The text was updated successfully, but these errors were encountered: