Closed cbreezier closed 4 years ago
@mikolak When might the next release of this library be, which includes this fix?
I have to release MBA as well to include one other fix and then this one. I'll release them next week at the latest.
@cbreezier 2.2.5 is out
Thank you! @mikolak
Hi,
I'm seeing very common null pointer exceptions whenever I dispose of a connection state observer, around the same time I disconnect from a device.
Looking at
ConnectionStateStreamHandler
:I think the
if (eventSink != null)
check needs to be moved into the asyncRunnable
.