Steve Hamblett

Results 176 comments of Steve Hamblett

This won't work, the client code has this - ``` /// Keep alive period, seconds int keepAlivePeriod = MqttConstants.defaultKeepAlive; ``` The MqttConstants.defaultKeepAlive is set to 60, so in your example...

Yes you are correct, the destroy method is used only on the Socket class. The mqtt_client package does not call destroy during disconnect in the web build. I'll update this...

OK, the real fix for this from the mqtt_client package is a rather involved refactoring of the connection handling classes to use generics rather than rely on dynamic typing. This...

Maybe, I need to look further, need to be careful of outputting as json as json only has map key types as string of course.

What transformer are you using and what is your input XML?

OK, fixed, package re released at version 6.3.5

This is not part of RFC 8949 that I can see, it seems to be documented[ here](https://cbor2.readthedocs.io/en/latest/customizing.html) as part of the CBOR2 Python library so at the moment no, there...

Not sure you need to convert it to Uint8List, CborBytes takes a List so you should be OK with UInt16List as is.

I need more of the log, please supply a full client log from when you first connect.