plugins.clientmanager.getConnectedClients() idleTime Equals

With the release of 8.2.3, each instantiation of plugins.clientmanager.getConnectedClients() returns results wherein idleTime is always identical to loginTime.

[attachment=1]servoy_client_manager_dates_identical_debugger.png[/attachment]

[attachment=0]servoy_client_manager_dates_identical_smart_client.png[/attachment]

Here is the raw text from the debugger after 3 consecutive calls to getConnectedClients() on my development platform. Note that each line has identical login and idle times:

JSClientInformation [CI:[clientID=C9383A3B-1641-4BC6-A66D-27AC08D0DDEB, hostIdentifier=XPS15-KIM_192.168.1.178, hostName=XPS15-KIM, hostAddress=192.168.1.178, userName=ME, userUID=ME, applicationType=2, openSolutionName=ARM, lastAccessedTime=null, idleTime=Mon Mar 26 09:18:15 PDT 2018, loginTime=Mon Mar 26 09:18:15 PDT 2018, clientInfos=]]
JSClientInformation [CI:[clientID=C9383A3B-1641-4BC6-A66D-27AC08D0DDEB, hostIdentifier=XPS15-KIM_192.168.1.178, hostName=XPS15-KIM, hostAddress=192.168.1.178, userName=ME, userUID=ME, applicationType=2, openSolutionName=ARM, lastAccessedTime=null, idleTime=Mon Mar 26 09:22:05 PDT 2018, loginTime=Mon Mar 26 09:22:05 PDT 2018, clientInfos=]]
JSClientInformation [CI:[clientID=C9383A3B-1641-4BC6-A66D-27AC08D0DDEB, hostIdentifier=XPS15-KIM_192.168.1.178, hostName=XPS15-KIM, hostAddress=192.168.1.178, userName=ME, userUID=ME, applicationType=2, openSolutionName=ARM, lastAccessedTime=null, idleTime=Mon Mar 26 09:23:17 PDT 2018, loginTime=Mon Mar 26 09:23:17 PDT 2018, clientInfos=]]

Support Ticket: SVY-12296

servoy_client_manager_dates_identical_debugger.png