mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 12:36:31 +00:00
fixed bugs with queue handling. At least most of them
This commit is contained in:
@@ -126,7 +126,7 @@ public class InferenceClient : IInferenceClient, IResourceLoader
|
||||
_waitFileCancelSource.Cancel();
|
||||
}
|
||||
|
||||
bytes = command.Data;
|
||||
bytes = command.Data!;
|
||||
_waitFileCancelSource.Cancel();
|
||||
}
|
||||
_waitFileCancelSource.Token.WaitForCancel(timeout ?? TimeSpan.FromSeconds(15));
|
||||
|
||||
Reference in New Issue
Block a user