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
The current implementation of buxton (libbuxton) is not thread safe and also not safe against notification events.
Trying to run libbuxton in a multi-threaded environment is not possible.
Also, when using true for waiting response in verbs of libbuxton, the implementation doesn't check that the response is the response. Then a notification can take place of the response in an unexpected way.
The current implementation of buxton (libbuxton) is not thread safe and also not safe against notification events.
Trying to run libbuxton in a multi-threaded environment is not possible.
Also, when using true for waiting response in verbs of libbuxton, the implementation doesn't check that the response is the response. Then a notification can take place of the response in an unexpected way.