mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 22:26:31 +00:00
add resource check
incorrect pass / hw handling in a loader
This commit is contained in:
@@ -111,7 +111,7 @@ public partial class App
|
||||
_loaderClient = new LoaderClient(initConfig.LoaderClientConfig, Log.Logger, _mainCTokenSource.Token);
|
||||
|
||||
_loaderClient.StartClient();
|
||||
_loaderClient.Connect(); //Client app should be already started by LoaderUI
|
||||
_loaderClient.Connect();
|
||||
_loaderClient.Login(credentials);
|
||||
|
||||
var azaionApi = new AzaionApi(Log.Logger, new HttpClient { BaseAddress = new Uri(initConfig.InferenceClientConfig.ApiUrl) }, _cache, credentials);
|
||||
|
||||
Reference in New Issue
Block a user