dotnet / MQTTnet

MQTTnet is a high performance .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker). The implementation is based on the documentation from http://mqtt.org/.
MIT License
4.5k stars 1.07k forks source link

Missing Namespace in version from Nuget #2094

Closed ArcadePlayer1999 closed 3 weeks ago

ArcadePlayer1999 commented 1 month ago

When installing the nuget package for 5.0.0.124rc, the namespace MQTTnet.Server no longer exists. If I revert to the latest stable, it returns.

Any idea what's happening?

chkr1011 commented 3 weeks ago

The server is a dedicated nuget since version 5. You also must download the new nuget for the server.