You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nearly did the same, than found your project, nice work !!!
Regarding your Service Worker some suggestion, maybe it makes sense to use a BackgroundService ExecuteAsync and await for appLifetime.ApplicationStarted.
I don't like the fixed _hostLifetime.StopApplication(); either. I should be open who decides to quite the application, it could be done on a command level with _hostLifetime.StopApplication();
Maybe even individual configuration of the worker could be passed via UseSpectreConsole + Action< SpectreServiceWorkerConfig >
Hi,
nearly did the same, than found your project, nice work !!!
Regarding your Service Worker some suggestion, maybe it makes sense to use a BackgroundService ExecuteAsync and await for appLifetime.ApplicationStarted.
I don't like the fixed _hostLifetime.StopApplication(); either. I should be open who decides to quite the application, it could be done on a command level with _hostLifetime.StopApplication();
Maybe even individual configuration of the worker could be passed via UseSpectreConsole + Action< SpectreServiceWorkerConfig >
The text was updated successfully, but these errors were encountered: