manolofdez / AsyncBluetooth

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

willRestoreState delegate function support #13

Closed gdetari closed 2 years ago

gdetari commented 2 years ago

Would it be possible to add support for centralManager(_:willRestoreState:) ?

Currently there is no way to support state restoring because this is not available on the interface. This could work as a publisher.

manolofdez commented 2 years ago

Sure thing!