Zooflow: Implement Single file Search Results, Rework client wrt Address parsing
This commit is contained in:
@@ -52,9 +52,7 @@ Namespace My
|
||||
|
||||
My.Application.Service.Client = New Client(LogConfig, oAppServerAddress, oAppServerPort)
|
||||
If Not IsNothing(My.Application.Service.Client) Then
|
||||
If My.Application.Service.Client.Connect() Then
|
||||
My.Application.Service.IsActive = True
|
||||
End If
|
||||
My.Application.Service.Client.Connect()
|
||||
End If
|
||||
Catch ex As Exception
|
||||
_Logger.Warn($"Could not initialize the AppServer: {ex.Message}")
|
||||
|
||||
Reference in New Issue
Block a user