diff --git a/Azaion.CommonSecurity/Services/InferenceClient.cs b/Azaion.CommonSecurity/Services/InferenceClient.cs index c7b5dc9..30a8119 100644 --- a/Azaion.CommonSecurity/Services/InferenceClient.cs +++ b/Azaion.CommonSecurity/Services/InferenceClient.cs @@ -60,6 +60,7 @@ public class InferenceClient : IInferenceClient private async Task ProcessClientCommands() { //TODO: implement always on ready to client's requests. Utilize RemoteCommand + await Task.CompletedTask; }