manolofdez / AsyncBluetooth

A small library that adds concurrency to CoreBluetooth APIs.
MIT License
160 stars 30 forks source link

Crash while writing on service to which we have subscribed notify on update value #33

Closed grhashmi5 closed 10 months ago

grhashmi5 commented 1 year ago

Hello, I have subscribed to a characteristic to get a notification when its value is updated. However, When I try to write to that characteristic, I get crash in the library. Here is a screenshot of that crash. Screenshot 2023-09-04 at 15 14 44

manolofdez commented 1 year ago

Hi! I unfortunately haven't been able to reproduce this. Do you mind posting the step necessary to reproduce this crash?

manolofdez commented 10 months ago

I suspect this is related to this issue. Hopefully the same fix applies to this too.