mirror of
https://github.com/actions/runner.git
synced 2025-12-14 13:43:33 +00:00
Implement Broker Redirects for Session and Messages (#3103)
This commit is contained in:
@@ -634,6 +634,7 @@ namespace GitHub.Runner.Listener
|
||||
{
|
||||
try
|
||||
{
|
||||
Trace.Info("Deleting Runner Session...");
|
||||
await _listener.DeleteSessionAsync();
|
||||
}
|
||||
catch (Exception ex) when (runOnce)
|
||||
|
||||
Reference in New Issue
Block a user