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

Specify accepted protocols before handshake #1

Closed
francois-normandin opened this issue Jun 18, 2022 · 1 comment
Closed

Specify accepted protocols before handshake #1

francois-normandin opened this issue Jun 18, 2022 · 1 comment
Labels
wontfix This will not be worked on

Comments

@francois-normandin
Copy link
Member

Some clients require a matched protocol to complete connection.
Add accepted list of protocols before handshake in onListenForNewConnection callback.

image

reference IANA
https://www.iana.org/assignments/websocket/websocket.xml#subprotocol-name

@francois-normandin
Copy link
Member Author

For now, only mqtt will be supported.
Adding support for MQTTv3.1 would require a refactor to support older MQTT protocol version in the MQTT Control Packets.

LabVIEW-Open-Source/LV-MQTT-Control-Packets#2

@francois-normandin francois-normandin added the wontfix This will not be worked on label Jun 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant