manolofdez / AsyncBluetooth

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

Peripheral: Fix notifications #5

Closed bricklife closed 2 years ago

bricklife commented 2 years ago

It seems that the following lines are not called even if you set any notify on: https://github.com/manolofdez/AsyncBluetooth/blob/bc3e0bee46aac0fb20127872cdba9419e0402d02/Sources/Peripheral/Peripheral.swift#L298-L300

I'm not sure if my fix fits your design, but it works fine. I hope this PR is helpful.