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
If two agents are using the protocol to manage shared state, and there is a complete network disconnection followed by a reconnection, the spec should have something to say about what happens to that shared state.
The exact solution will depend on the capability/sub-protocol in use. For example:
For a presentation connection, either side could queue and deliver messages, or we could close() events and have applications re-send failed messages.
For remote playback, we could require a full sync of the media element state from the remote playback receiver to the controller.
For streaming, we may require a PLI or other mechanism to synchronize codecs and media timelines.
The text was updated successfully, but these errors were encountered:
If two agents are using the protocol to manage shared state, and there is a complete network disconnection followed by a reconnection, the spec should have something to say about what happens to that shared state.
The exact solution will depend on the capability/sub-protocol in use. For example:
close()
events and have applications re-send failed messages.The text was updated successfully, but these errors were encountered: