mirror of
https://github.com/gnh1201/welsonjs.git
synced 2024-11-26 15:31:42 +00:00
Update MessageReceiver.cs
This commit is contained in:
parent
8821eb0ae0
commit
f6bbc31551
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user