rhummelmose / BluetoothKit

Easily communicate between iOS/OSX devices using BLE
Other
2.27k stars 267 forks source link

Fix for Issue 77 - BKPeer, sendData #78

Closed ericwastaken closed 6 years ago

ericwastaken commented 6 years ago

Solves an issue where sendDataTasks are stuck because there is more than 1 yet the IF condition that fires them off is checking exactly for 1. This should be a check for >= 1 which is what this commit changes.

See https://github.com/rhummelmose/BluetoothKit/issues/77