You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On macos, ssl connection establishment in C# is a lot slower than Java:
% python3 allTests.py Ice/maxConnections --protocol ssl
*** [1/1] Running csharp/Ice/maxConnections tests ***
[ running client/server test - 10/10/24 16:32:03 ]
- Config: ssl
testing the creation of 100 connections... ok
testing the creation of 10 connections with connection lost at 11... ok
testing the creation of 10 connections with connection lost at 11 then recovery... ok
Ran 1 tests in 4.52 seconds
1 succeeded
% python3 allTests.py Ice/maxConnections --protocol ssl
*** [1/1] Running java/Ice/maxConnections tests ***
[ running client/server test - 10/10/24 16:34:34 ]
- Config: ssl
testing the creation of 100 connections... ok
testing the creation of 10 connections with connection lost at 11... ok
testing the creation of 10 connections with connection lost at 11 then recovery... ok
Ran 1 tests in 1.09 seconds
1 succeeded
The text was updated successfully, but these errors were encountered:
% python3 allTests.py Ice/maxConnections --protocol ssl
*** [1/1] Running cpp/Ice/maxConnections tests ***
[ running client/server test - 10/10/24 16:55:52 ]
- Config: ssl
testing the creation of 100 connections... ok
testing the creation of 10 connections with connection lost at 11... ok
testing the creation of 10 connections with connection lost at 11 then recovery... ok
Ran 1 tests in 4.59 second
On macos, ssl connection establishment in C# is a lot slower than Java:
The text was updated successfully, but these errors were encountered: