Open
Description
Describe the feature request
As part of .NET Core 3.0, we've exposed some client /server networking abstractions (see dotnet/aspnetcore#10308) that were made to serve as a foundation for projects like this build on top of. The MQTT layer should support a very thin way to wire up the MqttConnectionHandler
with a way to write logic to handle messages (decoupled from the underlying transport).
MQTTnet.AspnetCore should expose the web specific wire up.