New reconnect filter don't work well
-
We implemented the new reconnect filter of V3, but there are some problems.
At first the failureCountSoFar only return 1 and don't count up, then the Smartphone lost the connection to the Ble-Device and try to reconnect, only works if we try to connect the first time and it failed.
Second then the Smartphone lost the connection to the Ble-Device, only the onConnectecFailed event get triggered, but not the onConnectionLost (from the docs: onConnectionLost(ConnectionLostEvent) - this is the case where the device was connected, but lost its connection).Any solution for this problem ? We must implement our own reconnect filter, its very important for our application.
-
Thanks for your bug report. We'll look into this, and see what we can figure out.
-
Sounds good! Where can we check if a new version of SweetBlue V3 is released ?
-
We post a message in the announcement category here in the forums when we release a new version (https://forum.sweetblue.io/category/1/announcements).
-
Bjoern,
How are you setting your reconnect filter?