We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2abcc41 commit 6a2122dCopy full SHA for 6a2122d
src/Tests/Framework/ManagedElasticsearch/Process/ElasticsearchNode.cs
@@ -185,7 +185,7 @@ private IObservable<ElasticsearchConsoleOut> UseAlreadyRunningInstance(XplatManu
185
this.WaitForClusterBootstrap(client, handle, alreadyRunningInstance: true);
186
187
this.ValidateLicense(client, handle);
188
- return null;
+ return Observable.Empty<ElasticsearchConsoleOut>();
189
}
190
191
private bool ValidateRunningVersion(IElasticClient client, XplatManualResetEvent handle)
0 commit comments