Update MessageReceiver.cs
Some checks are pending
CodeQL / Analyze (csharp) (push) Waiting to run
CodeQL / Analyze (javascript) (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run

This commit is contained in:
Namhyeon Go 2024-08-20 16:31:23 +09:00
parent 8821eb0ae0
commit f6bbc31551

View File

@ -35,8 +35,8 @@ namespace WelsonJS.Service
}
catch (Exception ex)
{
serverAddress = null;
this.parent.Log($"Failed to read the server address: {ex.Message}");
serverAddress = "http://localhost:50051";
this.parent.Log($"Failed to read the server address. {ex.Message} Use default value: {serverAddress}");
}
}
else