Steve Hamblett

Results 176 comments of Steve Hamblett

It may be that the addAll call - ``` _userProperty.addAll(properties); ``` needs to have the list staticised, Ive come across this before although I don't see why, so we now...

Interesting I'll take a look.

It looks as though this isn't a 'guarded fire', it just calls fire as you have spotted. I some parts of the package it does check to see if the...

From what you are saying I think you are OK, if you are disconnecting when the app is minimsed and reconnecting again when it comes back this is OK. You...

OK, please raise a PR with your proposed changes in, thanks.

Believe #633 now fixes this, closing this issue, any further commentary should be added to #633.