NordicSemiconductor / IOS-CoreBluetooth-Mock

Mocking library for CoreBluetooth framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calling simulateValueUpdate for characteristic repeatedly can result in dropped and duplicate values updates

ovenham opened this issue · comments

The value is not captured by the dispatch block in CBMCentralManagerMock.notifyValueChanged which will always call didUpdateValue with the most recent value on the characteristic.

Pull request: #58

Great catch, thank you!