LV-MQTT-Broker icon indicating copy to clipboard operation
LV-MQTT-Broker copied to clipboard

Websockets using Connection.WS class does not handle more than 1 connection

Open francois-normandin opened this issue 2 years ago • 1 comments

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

francois-normandin avatar Aug 16 '22 15:08 francois-normandin