- Timestamp:
- 06/26/09 12:14:47 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Client.Core/3.2/Heartbeat.cs
r2025 r2116 92 92 if (UptimeManager.Instance.isOnline()) { 93 93 //That's quiet simple: Just reconnect and you're good for new jobs 94 if (wcfService.ConnState != NetworkEnum.WcfConnState. Connected) {94 if (wcfService.ConnState != NetworkEnum.WcfConnState.Loggedin) { 95 95 Logging.Instance.Info(this.ToString(), "Client goes online according to timetable"); 96 96 wcfService.Connect();
Note: See TracChangeset
for help on using the changeset viewer.