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
In the examples there is a Server_ASP_NET_Samples, there is a Startup sealed class, with Configure(IApplicationBuilder app, IWebHostEnvironment environment, MqttController mqttController)
But how exactly is this to be approached in NET6? since the startup.cs doesnt have the MqttController, and also the MqttConnectionHandler is sealed, so not accessible from the Startup.cs file?
I don't seem to get a server/broker running next to my Web application.
Are there any running examples/solutions available for .NETCore with MQTTnet 4?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In the examples there is a Server_ASP_NET_Samples, there is a Startup sealed class, with
Configure(IApplicationBuilder app, IWebHostEnvironment environment, MqttController mqttController)
But how exactly is this to be approached in NET6? since the startup.cs doesnt have the MqttController, and also the MqttConnectionHandler is sealed, so not accessible from the Startup.cs file?
I don't seem to get a server/broker running next to my Web application.
Are there any running examples/solutions available for .NETCore with MQTTnet 4?
Br,
Lander
Beta Was this translation helpful? Give feedback.
All reactions