Steve Hamblett
Steve Hamblett
The client doesn't automatically change anything, if its not your code then its the Dart/flutter runtime. You say on your first post ' The default example works for me.', so...
This has been seen before and is nothing to do with the client, search the closed issues. Try the example with your wss url and the protocol settings change I've...
I'm not sure what that means or what that image is of. What is the 'old' link? So are you saying the example fails with your wss URL? If so...
As I've said above please run the example that worked with mosquito with your wss URL and post me a log from the client, i.e. turn on logging on the...
OK so have you tried changing the web socket protocol string I mentioned above? If none of this works you need to examine your broker logs to see why it...
These settings are nothing to with flutter or your application being a mobile application, they are part of the MQTT [specification](https://docs.oasis-open.org/mqtt/mqtt/v3.1.1/os/mqtt-v3.1.1-os.html), see sections 3.12 and 3.13 or just type 'keepalive'...
Yes your right, the spec says - ``` The Reason Code and Property Length can be omitted if the Reason Code is 0x00 (Normal disconnecton) and there are no Properties....
Fixed. Package re published at version 4.15.0.
Fixed. Package re published at version 4.15.2.
I'll need a client log to see what's happening.