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 have the latest code from the repo and tried to start the MQTTnet.AspTestApp project to test websockets.
I had to add a handler to the program.cs as ServiceCollectionExtensions.AddHostedMqttServer crashes if it is null
builder.Services.AddMqttServer(config => {
});
After that the server started but in the web page you get
mqtt.min.js:5 WebSocket connection to 'ws://localhost:5049/mqtt' failed:
The text was updated successfully, but these errors were encountered:
I have the latest code from the repo and tried to start the MQTTnet.AspTestApp project to test websockets.
I had to add a handler to the program.cs as ServiceCollectionExtensions.AddHostedMqttServer crashes if it is null
builder.Services.AddMqttServer(config => {
});
After that the server started but in the web page you get
mqtt.min.js:5 WebSocket connection to 'ws://localhost:5049/mqtt' failed:
The text was updated successfully, but these errors were encountered: