LV-MQTT-Broker
LV-MQTT-Broker copied to clipboard
Websockets using Connection.WS class does not handle more than 1 connection
The migration from MQTT Connection class with MQTT Connection.Websockets
to Connection with Connection.WS
is breaking the connection handler's contractual obligations. There is an issue where the first connection works but the handler's process becomes unable to accept more connections.
Workaround for those using Websocket as the connection configuration with the MQTT Broker: Revert to broker 3.x and use the MQTT Connection base class.
The fix needs to be handled here: https://github.com/LabVIEW-Open-Source/Connection/issues/2