Merge claudedo/72b309e176cb4a96945159fd8dd6ce92
This commit is contained in:
@@ -338,6 +338,11 @@ public partial class WorkerClient : ObservableObject, IAsyncDisposable, IWorkerC
|
||||
{
|
||||
return (false, ex.Message);
|
||||
}
|
||||
catch (InvalidOperationException)
|
||||
{
|
||||
// Hub connection is not active (worker offline / not yet connected).
|
||||
return (false, "Worker is offline. Reconnect and try again.");
|
||||
}
|
||||
}
|
||||
|
||||
public async Task WakeQueueAsync()
|
||||
|
||||
Reference in New Issue
Block a user