Skip to content

Decouple connection middleware from MQTTnet.AspnetCore #756

Open
@davidfowl

Description

@davidfowl

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions