manolofdez / AsyncBluetooth

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

[Feature] Fix indefinite wait until ready bug #34

Closed manolofdez closed 11 months ago

manolofdez commented 11 months ago

This prevents us waiting forever in the case where we check the bluetooth state and it's not ready, then it changes before we've enqueued.