mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-10-13 12:31:32 +00:00
Update MessageReceiver.cs
This commit is contained in:
parent
97a930ccb3
commit
dc7b5a9fb2
|
@ -34,7 +34,7 @@ namespace WelsonJS.Service
|
||||||
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 address could not be empty.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user