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 unit test developed in #86 revealed a potential error in how mutexes are managed in the plugins, as revealed in the unit test failing in the github CI for MacOs (see #86 (comment)).
In fact, this bug could be affecting all the plugins, not only the controlboard one, since the way in which they implement the singleton is the same.
The text was updated successfully, but these errors were encountered:
The unit test developed in #86 revealed a potential error in how mutexes are managed in the plugins, as revealed in the unit test failing in the github CI for MacOs (see #86 (comment)).
In fact, this bug could be affecting all the plugins, not only the controlboard one, since the way in which they implement the singleton is the same.
The text was updated successfully, but these errors were encountered: