Closed grandcentrixjosh closed 1 year ago
Queue.put() is not reentrant. That leads to race conditions, especially on resource constrained systems. In this lib this leads to Gatt Attributes not being discovered properly. SimpleQueue.put() is reentrant and solves those problems.
All committers have signed the CLA.
Queue.put() is not reentrant. That leads to race conditions, especially on resource constrained systems. In this lib this leads to Gatt Attributes not being discovered properly. SimpleQueue.put() is reentrant and solves those problems.