Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass CancellationToken into ctor/method of converters #239

Open
Velociraptor45 opened this issue Jul 23, 2022 · 0 comments
Open

Pass CancellationToken into ctor/method of converters #239

Velociraptor45 opened this issue Jul 23, 2022 · 0 comments
Labels
backend refactor Let's do this again

Comments

@Velociraptor45
Copy link
Owner

Currently, it's not possible to inject Func<CancellationToken, T> into ctors of converters and resolve these delegates with the request's CancellationToken. One has to probably refactor all the converters to accept CancellationTokens as either ctor arguments or method arguments.

@Velociraptor45 Velociraptor45 added refactor Let's do this again backend labels Jul 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend refactor Let's do this again
Projects
None yet
Development

No branches or pull requests

1 participant