steamclock / bluejay

A simple Swift framework for building reliable Bluetooth LE apps.
MIT License
1.09k stars 97 forks source link

writeAndAssemble doesn't handle data overflow #242

Closed nbrooke closed 3 years ago

nbrooke commented 3 years ago

If writeAndAssmeble receives MORE data than expected, it can stall out and fail due to a time out, that should probably be reported as a separate error.