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
@vedantgurav - do you encounter this same crash using current iOS example app code? If not, is it possible for you to supply code sample that reproduces the crash?
Likely but not verified cause is thread unsafe accessing of Set object in CBScanner. Atomic access to the set will be added as guard against this possibility.
Platform on which you observed the bug:
Device on which you observed the bug:
Describe the bug
Encountered a crash in
CBDeviceListenerImpl.search
at theCBScanner.addClient
call when using thesearchForDevice
SDK function.polar-ble-sdk/sources/iOS/ios-communications/Sources/iOSCommunications/ble/endpoints/corebluetooth/central/CBDeviceListenerImpl.swift
Lines 281 to 288 in 734c1f1
Screenshots and logs
The text was updated successfully, but these errors were encountered: