Update MessageReceiver.cs

This commit is contained in:
Namhyeon Go 2024-08-22 16:59:58 +09:00
parent 6ec6c07ad7
commit 97a930ccb3

View File

@ -32,7 +32,7 @@ namespace WelsonJS.Service
try
{
serverAddress = this.parent.GetSettingsFileHandler().Read("GRPC_HOST", "Service");
if (!String.IsNullOrEmpty(serverAddress))
if (String.IsNullOrEmpty(serverAddress))
{
throw new Exception("The server addresss is empty.");
}