Changeset 1954 for trunk/sources/HeuristicLab.Hive.Server.Core/3.2
- Timestamp:
- 05/29/09 14:28:31 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Server.Core/3.2/ClientCommunicator.cs
r1939 r1954 180 180 heartbeatLock.ExitWriteLock(); 181 181 182 ClientInfo client = clientAdapter.GetById(clientInfo.Id);183 if (client != null && client.State != State.offline && client.State != State.nullState) {184 response.Success = false;185 response.StatusMessage = ApplicationConstants.RESPONSE_COMMUNICATOR_LOGIN_USER_ALLREADY_ONLINE;186 return response;187 }188 182 clientInfo.State = State.idle; 189 183 clientAdapter.Update(clientInfo);
Note: See TracChangeset
for help on using the changeset viewer.