You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just discovered some more race conditions using a piece of hardware that disconnects immediately after receiving a TX message - basically, the existing message in the queue doesn't finish up, so just loiters and blocks the queue (even after cancellation).
The Operation Queue is neat, but a giant pain in the ass to extend - with all of its quirks.
Blueteeth has a super simple Dispatcher at around 40 lines of code, and it'll work just as well as SwiftyTeeth needs for a SerialDispatcher
The text was updated successfully, but these errors were encountered: