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
This field is static. Access to change it is shared by all objects of the class. Creating multiple objects in different threads results in a data race.
Please use a mutex and encapsulate operations with this field.
Libusbpp/src/TransferImpl.hpp
Line 142 in 389ceea
This field is static. Access to change it is shared by all objects of the class. Creating multiple objects in different threads results in a data race.
Please use a mutex and encapsulate operations with this field.
Example:
The text was updated successfully, but these errors were encountered: