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

Allow querystring in MqttWebsocketConfig #335

Closed
alsanrum opened this issue Sep 30, 2019 · 1 comment
Closed

Allow querystring in MqttWebsocketConfig #335

alsanrum opened this issue Sep 30, 2019 · 1 comment

Comments

@alsanrum
Copy link
Contributor

Problem or use case

Hi,
when I try use websockets that need queryString I discovered that the request is bad formatted because the MqttWebSocketInitializer is using URI class only which the serverPath argument.

Preferred solution or suggestions

Add queryString in MqttWebSocketConfig.
Use queryString of the new MqttWeSocketConfig in URI inside of initChannel of MqttWebSocketInitializer class.

Thanks

@SgtSilvio SgtSilvio added this to the 1.2 milestone Oct 2, 2019
alsanrum added a commit to alsanrum/hivemq-mqtt-client that referenced this issue Oct 9, 2019
@SgtSilvio
Copy link
Member

Resolved by #336

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants