You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 migration from
MQTT Connection class with MQTT Connection.Websockets
toConnection 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:
LabVIEW-Open-Source/Connection#2
The text was updated successfully, but these errors were encountered: