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 function Machine::can_process_call_fully, there is currently no way to specify "this machine is responsible, but the call will not succeed". This might be important in the no-cpu setting where multiple machines are responsible. Currently, this can only lead to a fatal error. We should provide a way in the trait to express that result.
The text was updated successfully, but these errors were encountered:
In the function
Machine::can_process_call_fully
, there is currently no way to specify "this machine is responsible, but the call will not succeed". This might be important in the no-cpu setting where multiple machines are responsible. Currently, this can only lead to a fatal error. We should provide a way in the trait to express that result.The text was updated successfully, but these errors were encountered: