Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Commit cad7f58

Browse files
lgoncalvRubenWillems
authored andcommitted
Open the connection and authenticate
1 parent bb2cd4a commit cad7f58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

project/CCTrayLib/Presentation/MainFormController.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ public MainFormController(ICCTrayMultiConfiguration configuration, ISynchronizeI
4646
for (int i = 0; i < serverMonitors.Length; i++)
4747
{
4848
serverMonitors[i] = new SynchronizedServerMonitor(serverMonitors[i], owner);
49+
serverMonitors[i].Start();
4950
}
5051
aggregatedServerMonitor = new AggregatingServerMonitor(serverMonitors);
5152
queueIconProvider = new ResourceIntegrationQueueIconProvider();

0 commit comments

Comments
 (0)