mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-14 21:51:04 +00:00
Update MessageReceiver.cs
This commit is contained in:
parent
6ec6c07ad7
commit
97a930ccb3
|
@ -32,7 +32,7 @@ namespace WelsonJS.Service
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
serverAddress = this.parent.GetSettingsFileHandler().Read("GRPC_HOST", "Service");
|
serverAddress = this.parent.GetSettingsFileHandler().Read("GRPC_HOST", "Service");
|
||||||
if (!String.IsNullOrEmpty(serverAddress))
|
if (String.IsNullOrEmpty(serverAddress))
|
||||||
{
|
{
|
||||||
throw new Exception("The server addresss is empty.");
|
throw new Exception("The server addresss is empty.");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user