Steve Hamblett

Results 96 comments of Steve Hamblett

From your logs posted 5 days ago when we get the conack message from the broker the client logs - ``` I/flutter ( 9272): Session Present = false ``` So...

OK, pushed another change up to master, autoreconnect is supposed to use the connect message used when we initially connected, it wasn't it as using a new one every time,...

OK, getting there, the session expiry interval in the connect message unfortunately defaults to 0 which has the effect of killing the session whether or mot clean start is set,...

This looks like a bug, timestamps aren't bignums, that said things have moved on since this package was released, Dart does now support bignums, this area needs to be addressed.

OK, bignum encoding support now added, there is a writeBignum encoder method that takes a BigInt and the writeInt method now automativcally encodes to a bignum if the integer value...

OK I'll have a look at this.

I think I've got a solution for this, I've updated the unit tests and all is passing OK. I'll just do some final checks and hopefully re publish the package...

OK< I still have some concerns about negative bignum handling but I think your uint64 problem has been fixed. I've re published the package at version 4.0.2, please upgrade and...

Not at present, however should a need for this arise there's no reason why it can't be looked at.