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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: