Skip to content

IndexExistsAsync throws exception when index does not exist (not on par with Sync version) #692

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

Closed
icanhasjonas opened this issue May 29, 2014 · 2 comments

Comments

@icanhasjonas
Copy link

var client = new ElasticClient( ... );
client.IndexExists( x => x.Index( "hello-world" ) ); // <--- OK
await client.IndexExistsAsync( x => x.Index( "hello-world" ) ); // <--- boom
@icanhasjonas
Copy link
Author

I should add that this is the NuGet 1.0.0-beta and GetAsync<T>() vs Get<T>() and SourceAsync<T>() vs Source<T>() has the same issue

@gmarz
Copy link
Contributor

gmarz commented May 30, 2014

Hey @icanhasjonas, this has already been fixed. See #654.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants