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
There was discussion on #5370 about this, but #5370 (comment) discovered the existing error message is insufficent, and either making |error| structured or resending the updated request along with an |error| would be required to replace |callback|. If we resent the request with approriate information updated (ie. maybeTrapped -> trapped, etc), it would remove the need for RandomPlayerAI to have any state, at the cost of additional bandwidth usage in the error cases (expected to be negligible in terms of oveall bandwidth impact).
The text was updated successfully, but these errors were encountered:
There was discussion on #5370 about this, but #5370 (comment) discovered the existing error message is insufficent, and either making
|error|
structured or resending the updatedrequest
along with an|error|
would be required to replace|callback|
. If we resent the request with approriate information updated (ie.maybeTrapped
->trapped
, etc), it would remove the need forRandomPlayerAI
to have any state, at the cost of additional bandwidth usage in the error cases (expected to be negligible in terms of oveall bandwidth impact).The text was updated successfully, but these errors were encountered: