Bernard Normier

Results 155 comments of Bernard Normier

It could also be `BuildTelemetry` if it's clear from the context it applies to IceRPC.

The parameters of implicitly defined Slice operations need to be encodable/decodable. So they are either primitive types like String and int, or they are user-defined types with Slice attributes. For...

This is one of the few tests with a low idle timeout (1 second). The shutdown call should return quickly from the server, as it only initiates the shutdown. If...

You're right, the solution is to provide easy access to the native SSL context / options (exact name is programming language dependent) and then let the application use this native...

Should we first eliminate the Adapters "namespace"? https://github.com/zeroc-ice/ice/blob/ff1bcfaab9ce8c49a14740468a7394dbec6797c5/cpp/src/DataStorm/Instance.cpp#L27

This warnings appear to affect only the Slice compilers and Python/Ruby/PHP "extension" libraries that include the Slice library.

The work-around was applied to Package.swift a while ago.

> Seems like it's only the C++ side when using `ws,compress,ipv6,serialize,mx` on MacOS... This was due to a bug in the test: I forgot to wait for the connection close...

It fails all the time for me on macos: ``` csharp % python3 allTests.py Ice/ami --protocol wss *** [1/1] Running csharp/Ice/ami tests *** [ running client/server test - 08/27/24 10:16:31...