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
As of #111, the GridAgent resp. DBFSAlgorithm uses the dispatcher from actor context. For execution of power flow calculation.
However, using the TestFSMRef for synchronous testing, the configured dispatcher is explicitly overridden to `CallingThreadDispatcher' utilizing only the calling thread. However, this poses the risk of dead locks, which we obviously fell in.
Synchronous test currently is disabled, as we intend to refactor to akka typed and therefore the test also needs refactoring. However, if that is done, re-implement a synchronous test!
The text was updated successfully, but these errors were encountered:
As of #111, the
GridAgent
resp.DBFSAlgorithm
uses the dispatcher from actor context. For execution of power flow calculation.However, using the
TestFSMRef
for synchronous testing, the configured dispatcher is explicitly overridden to `CallingThreadDispatcher' utilizing only the calling thread. However, this poses the risk of dead locks, which we obviously fell in.Synchronous test currently is disabled, as we intend to refactor to akka typed and therefore the test also needs refactoring. However, if that is done, re-implement a synchronous test!
The text was updated successfully, but these errors were encountered: