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
Currently the spec does not include details about how to handle problem events. This issue is intended as a starting point to more thoroughly define how these should be addressed. The list of items as written below is not meant to be exhaustive.
Session creation or command timeout
Should timeout configuration be available through command parameters, similarly to how this is addressed within the WebDriver protocol?
Unexpected remote end connection drop
Should the existing session be retained, and if so — for how long?
Should there be an automatic attempt at recovery?
In case of session recovery, there be a re-transmit of any missed information since the connection dropped?
Unexpected AT error
Should this communicate an error event, or should the middleware handle this case (for example by retrying, or by restarting the AT...)? This might be implementation-dependent.
The text was updated successfully, but these errors were encountered:
Are you suggesting that we introduce a configurable "timeout" value for the protocol at large? Or do you think specific ARIA-AT Automation commands warrant such a value?
Unexpected remote end connection drop
Should the existing session be retained, and if so — for how long?
Should there be an automatic attempt at recovery?
In case of session recovery, there be a re-transmit of any missed information since the connection dropped?
Should this communicate an error event, or should the middleware handle this case (for example by retrying, or by restarting the AT...)? This might be implementation-dependent.
Can you share examples of the kinds of errors that might motivate an "error" event?
Currently the spec does not include details about how to handle problem events. This issue is intended as a starting point to more thoroughly define how these should be addressed. The list of items as written below is not meant to be exhaustive.
Session creation or command timeout
Unexpected remote end connection drop
Unexpected AT error
The text was updated successfully, but these errors were encountered: