[Question] Does more than one thread return callbacks?
louisespellacy-arm opened this issue · 1 comments
louisespellacy-arm commented
When using the CALLBACK API - do multiple threads return callbacks for different domains and op codes?
lmoriche commented
The API callbacks are always called in the same thread as the application thread calling the API. The buffer callbacks are called from an internal thread.