RTC Connection gets slow with Java 1.8 ?
Hello Team
I am working on Java Rtc Plain client libraries ,For Connecting RTC i am using below code ,
teamRepository = TeamPlatform.getTeamRepositoryService().getTeamRepository(serverName);
teamRepository.registerLoginHandler(new RTCLoginHandler(User, Password));
teamRepository.login(null);
Connection will be done fast when i am working with java 1.7 version.
Now the java version we use is 1.8 , And to make this RTC connection it takes extremely slow ..
Any hints what could be the reason ..
Please help ?????
I am working on Java Rtc Plain client libraries ,For Connecting RTC i am using below code ,
teamRepository = TeamPlatform.getTeamRepositoryService().getTeamRepository(serverName);
teamRepository.registerLoginHandler(new RTCLoginHandler(User, Password));
teamRepository.login(null);
Connection will be done fast when i am working with java 1.7 version.
Now the java version we use is 1.8 , And to make this RTC connection it takes extremely slow ..
Any hints what could be the reason ..
Please help ?????
One answer
How many tests you run to get that conclusion? It doesn't make sense for me, testing my local environment I couldn't found any problem.
Comments
Nate Decker
Feb 23 '17, 12:05 p.m.