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