Re: [presentation-api] Behavior of a receiving user agent in reconnecting

Throwing away the closed connection seems to be a better choice from the perspective of implementation. This can also lead to a simpler protocol design for managing the connection lifecycle in browser.

`connectionremoved` will not be useful because it'll be much efficient to use `statechange` event. Using `connectionremoved` mean web page need to do a series of comparison to know what session is removed. No extra value for web developers to use this event instead of `statechange`.

-- 
GitHub Notification of comment by schien
Please view or discuss this issue at https://github.com/w3c/presentation-api/issues/419#issuecomment-294435462 using your GitHub account

Received on Monday, 17 April 2017 08:57:45 UTC