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
In the current implementation of API assertions (#541) there's a single monitor being used for all API events. A serious drawback of this approach (as described here: golemfactory/yagna#1585) is the fact the order of the API calls may affect the result of the assertions.
A possible solution to this is introducing a Monitor object per Probe which is fed the same stream of API events.