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
Summary:
If we enqueue a large number of .withoutResponse writes, eventually we reach a point where the Core Bluetooth write buffer can no longer take any more writes, resulting in a crash. Apple has added the peripheralIsReady delegate method to allow you to ensure another write can happen successfully when writing without response.
in WriteCharacteristic instead of automatically processing requests of this type, we should use peripheralIsReady to inform us that we are able to process this write.
The text was updated successfully, but these errors were encountered:
Summary:
If we enqueue a large number of .withoutResponse writes, eventually we reach a point where the Core Bluetooth write buffer can no longer take any more writes, resulting in a crash. Apple has added the peripheralIsReady delegate method to allow you to ensure another write can happen successfully when writing without response.
in WriteCharacteristic instead of automatically processing requests of this type, we should use peripheralIsReady to inform us that we are able to process this write.
The text was updated successfully, but these errors were encountered: