We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since none of our async methods need to callback on the context, we should configure all async calls not to capture it.
The text was updated successfully, but these errors were encountered:
ebcd9d6
I took a look at the source code and it looks like you are missing them in quite a few spots: Here is one of them: https://github.com/elastic/elasticsearch-net/blob/master/src/Nest/Document/Multiple/BulkAll/BulkAllObservable.cs#L111 and pretty much every call to await Task.Delay(x). You may want to do a search for await the project and then in the find window search for configureawait and if you don't see one on every result line... You may be missing a spot.
await
Sorry, something went wrong.
No branches or pull requests
Since none of our async methods need to callback on the context, we should configure all async calls not to capture it.
The text was updated successfully, but these errors were encountered: