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
Hi! FlagsmithClient contains many asynchronous methods without CancellationToken support. Are there any plans to add CancellationToken to the methods? Thanks for answer!
The text was updated successfully, but these errors were encountered:
Hi @HHHackGit , thank you for your feedback!
In general, we try to maintain a seamless behavior among our different SDKs. Some of the async tasks in the .Net client already incorporate embedded logic to handle timeouts, errors, and calls to the dispose() method by using CancellationToken. So far it seems that the users' needs are covered by this internal logic. Please let us know if you would like to be able to provide your own cancellation token for specific methods, justifying that with use cases or scenarios. so we can see if that can be supported by the existing logic or we should implement it for .Net and other clients. It would be great if you could add those scenarios in the description of this issue.
Hi! FlagsmithClient contains many asynchronous methods without CancellationToken support. Are there any plans to add CancellationToken to the methods? Thanks for answer!
The text was updated successfully, but these errors were encountered: