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
The steps to establish a presentation connection don't define what happens if the attempt to connect fails. We might want to do that so there is a way for reconnect() to return a connection that doesn't reach a connected state.
Also, the non-normative note that begins "If the connection step does not complete" could be more specific about which algorithm(s) can be retried on which connections so the state transitions make sense.
The text was updated successfully, but these errors were encountered:
PROPOSED RESOLUTION: For #343, move error handling steps from the start algorithm to the establish a connection algorithm, and remove the note in 6.5.1 about retrying connection establishment.
The steps to establish a presentation connection don't define what happens if the attempt to connect fails. We might want to do that so there is a way for reconnect() to return a connection that doesn't reach a connected state.
Also, the non-normative note that begins "If the connection step does not complete" could be more specific about which algorithm(s) can be retried on which connections so the state transitions make sense.
The text was updated successfully, but these errors were encountered: