stevenlovegrove / MqttDotNet

.net Implementation of the client half of the MQTT messaging protocol. MQTT is a lightweight, open specification publish and subscribe protocol cheifly developed by IBM. Details of MQTT can be found at http://mqtt.org.
MIT License
153 stars 91 forks source link

Subscribe to MQTT #18

Open gviconti opened 3 years ago

gviconti commented 3 years ago

The connect is OK, but when I try to subscribe to topic (client.Subscribe("lora/uplink/#", QoS.AtLeastOnce)) an error gave me: Unable to write data to the transport connection: An established connection was aborted by the software in your host machine

Why?? There are difference beetween windows and linux connection??