[openscreenprotocol] [Protocol] Clarify scoping/uniqueness of request IDs (#139)

mfoltzgoogle has just created a new issue for https://github.com/webscreens/openscreenprotocol:

== [Protocol] Clarify scoping/uniqueness of request IDs ==
The spec states, 

> A request and a response includes a request ID which is an unsigned integer chosen by the requester. Responses must include the request ID of the request they are associated with.

In implementing the library, we need to know
- Are request IDs unique per-connection or across connections to the same agent? 
- What happens if a request is sent on one connection and a response on another?
- Do they need to be unique across agents/endpoints (implying that some per-endpoint data needs to be mixed in)?

Steps in the spec to allocate the next request ID could address these questions.




Please view or discuss this issue at https://github.com/webscreens/openscreenprotocol/issues/139 using your GitHub account

Received on Tuesday, 5 March 2019 14:18:36 UTC