Establishing a presentation connection steps do not handle failures #343
Comments
mfoltzgoogle
added the
P2
label
Sep 16, 2016
anssiko
added the
v1
label
Sep 22, 2016
|
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. |
mfoltzgoogle
referenced
this issue
Sep 29, 2016
Merged
Add error handling to establish a presentation connection algorithm. #356
mfoltzgoogle
closed this
Oct 10, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mfoltzgoogle commentedSep 16, 2016
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.