NordicSemiconductor / IOS-CoreBluetooth-Mock

Mocking library for CoreBluetooth framework.
BSD 3-Clause "New" or "Revised" License
226 stars 51 forks source link

Fix race condition in notifyValueChanged for characteristic #58

Closed ovenham closed 3 years ago

ovenham commented 3 years ago

Simulating value updates consecutively causes values to be dropped and duplicate value updates because the value is not captured by the dispatched block.

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

philips77 commented 3 years ago

I'll merge it today. Thank you!

philips77 commented 3 years ago

This PR fixed #59.