It seems like callbacks for all characteristics are executed in its own threads, originally I supposed that there is a single thread for all callbacks. Even more, it looks like multiple callbacks for the same characteristic can be executed in parallel. Need to add a lock to sync them
It seems like callbacks for all characteristics are executed in its own threads, originally I supposed that there is a single thread for all callbacks. Even more, it looks like multiple callbacks for the same characteristic can be executed in parallel. Need to add a lock to sync them