This commit is contained in:
@@ -80,7 +80,7 @@ namespace Sockeye.Biz
|
|||||||
if (res.IsSuccessStatusCode && responseText == "Healthy")
|
if (res.IsSuccessStatusCode && responseText == "Healthy")
|
||||||
Failed = false;
|
Failed = false;
|
||||||
}
|
}
|
||||||
catch (System.Net.Http.HttpRequestException hex)
|
catch (Exception hex)//generic exception as I'm seeing various different exceptions on client get between dev and production
|
||||||
{
|
{
|
||||||
Failed = true;
|
Failed = true;
|
||||||
responseText = $"Failure {hex.Message}";
|
responseText = $"Failure {hex.Message}";
|
||||||
|
|||||||
Reference in New Issue
Block a user