Behaviour update with simultaneous polling requests

Issue #188 resolved
Nicolas Aillery created an issue

The first polling request must be favored over the newest ones. The newest ones must be responded with an error.

-
The Client sent simultaneous requests to the User Questioning Polling Endpoint for the same <spanx style="verb">question_id</spanx>. This error is responded to oldest requests. The last request is processed normally.
+
The Client sent simultaneous requests to the User Questioning Polling Endpoint for the same <spanx style="verb">question_id</spanx>. This error is responded to newer requests. The oldest request is processed normally.

Comments (2)

  1. Log in to comment