You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after doing a DBMeter.delete(callback, errorLog); the use of DBMeter.start(callback, errorLog); has inconsistent behavior on Android and iOS.
On Android the DBMeter will be restartet and is listening.
On iOS the DBMeter wont be restartet, and does not throw an error.
I'd love to have a consistent behavior here. So you can rely on both platforms on the delete feature.
The text was updated successfully, but these errors were encountered:
nexorianus
changed the title
DBMeter.start after DBMeter.destroy inconsistent behavior
DBMeter.start after DBMeter.delete inconsistent behavior
Sep 11, 2018
after doing a
DBMeter.delete(callback, errorLog);
the use ofDBMeter.start(callback, errorLog);
has inconsistent behavior on Android and iOS.On Android the DBMeter will be restartet and is listening.
On iOS the DBMeter wont be restartet, and does not throw an error.
I'd love to have a consistent behavior here. So you can rely on both platforms on the delete feature.
The text was updated successfully, but these errors were encountered: