Allow mutli thread to send request to a same device.
Opened this issue · 1 comments
Paluche commented
Currently, the library is made for one thread making request one after another. But I realised people can ask for having several threads making request at random time, whatever is the application.
The point blocking the multi-threading is the common context to all the call-backs. This problem could be solved by giving specified context (using user_data) to each callback.
Paluche commented
Currently being tested on multi-slave-dev