ably / ably-php

PHP client library SDK for Ably realtime messaging service
https://ably.com/download
Apache License 2.0
54 stars 11 forks source link

Add support for Request IDs (RSC7c) #205

Open vladvelici opened 1 week ago

vladvelici commented 1 week ago

Add a new ClientOption to support sending request_ids in query strings in all requests to Ably.

It's in the spec at RSC7c and TO3p. A new boolean option addRequestIds should be in ClientOptions (defaults to false). When set to true, the SDK adds a random request_id to requests in the query string.

┆Issue is synchronized with this Jira Task by Unito