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

Support AUTH packet exchange while connecting MqttClient #2029

Open
vishnureddy17 opened this issue Jun 26, 2024 · 0 comments
Open

Support AUTH packet exchange while connecting MqttClient #2029

vishnureddy17 opened this issue Jun 26, 2024 · 0 comments
Labels
feature-request New feature or request

Comments

@vishnureddy17
Copy link

Currently, it appears that if the client sends a CONNECT packet using MQTT 5 extended authentication (i.e., it sets the Authentication Method) and it receives an AUTH packet from the server instead of a CONNACK packet, it will throw an exception:

case MqttAuthPacket _:
{
throw new NotSupportedException("Extended authentication handler is not yet supported");
}

This means that the client cannot connect using extended authentication with AUTH packets being exchanged. It looks like this feature gap is not being tracked, so I am opening this issue to track it.

@vishnureddy17 vishnureddy17 added the feature-request New feature or request label Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant