Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
francois-normandin opened this issue Aug 16, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@francois-normandin
Copy link
Member

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:
LabVIEW-Open-Source/Connection#2

@francois-normandin
Copy link
Member Author

Temporarily disabled the Websockets unit tests in section 6 of the specification.

@francois-normandin francois-normandin added the bug Something isn't working label Aug 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant