Benoit Foucher
Benoit Foucher
I don't have this issue on Debian... I suspect this has something to do with the use of openssl 3.x for msquic. libmsquic is not available yet for Debian 12...
See https://github.com/zeroc-ice/dist-utils/issues/238 for Debian 12.
There are many reports of serious performance issues with OpenSSL 3, in particular with multithreaded code. See: - https://github.com/openssl/openssl/issues/17627 - https://github.com/openssl/openssl/issues/17064 If I patch the protocol tests to run with...
I'm moving to 0.2. I keep open to see if we can remove #3484 in 0.2.
> We also need to figure out a way to return the session proxies to the application Do we actually need to return the actual session proxy returned by Glacier2?...
Just publishing NuGet packages is indeed simpler.
See also https://github.com/icerpc/icerpc-csharp/issues/3316
The simple coloc transport is actually not trivial either 🙂. While it would be nice to have to go through the exercice of implementing another multiplexed transport, I don't think...
We can keep an `ILogger` convenience constructor that sets up a decorated client connection factory but I think we should provide the option to let the application provide an `IClientProtocolConnectionFactory`....
> If the elements are large, 1024 elements could be quite large (and much larger than the max of the underlying transport buffer, by default 64K bytes with Slic) I...