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

About socket.LingerState in MqttTcpChannel #2105

Open xljiulang opened 1 week ago

xljiulang commented 1 week ago

I am not sure whether MqttTcpChannel.cs#L85 is a bug. Currently, when I implement ClientConnectionContext.Tcp, I treat it as a logic error.