Closed tongweizj closed 2 years ago
Hi,
I got a error in Flutter Web in mqtt5_client!
May I have a help to solve this issue?
If you are using Flutter Web you should be using mqtt_browser_client, not the server client. Secure sockets are not supported in the browser, you only have ws or wss websockets. Please read the documentation.
Hi,
I got a error in Flutter Web in mqtt5_client!
May I have a help to solve this issue?