-
We should consider supporting a general mechanism to support features with the generated code.
For example the compress attribute in the Slice could setup a `CompressPayload` feature on a `FeatureC…
-
Also related to #89
This proposal is about drastically reducing Ice1 APIs from the Ice RPC APIs and make it clearer that they are only Ice1 APIs.
This concerns the following Ice1 concepts which…
-
hasMarshaledResult check doesn't account for immutable structs in languages like C#
https://github.com/zeroc-ice/ice/blob/d72470bd57899d7e386df73ce53370392750e3f9/cpp/src/Slice/Parser.cpp#L5644
…
-
https://github.com/zeroc-ice/icerpc-csharp/blob/d6e781f84a3a95bbf45ff248844e3562b8667b36/src/IceRpc/Internal/TelemetryDispatcher.cs#L89
Calling the above method produces the following warning, we d…
-
We should reimplement WSConnection using System.Net.WebSockets, the sooner the better.
I expect the switch to System.Net.WebSockets to have a number of ripple effects on the Transports classes:
-…
-
As Benoit mentioned on his blog recently, we have too many streams, and it gets confusing.
In C#, a stream represents a sequence of bytes that can be read or written to, and typically implements `S…
-
At first, thanks for building this wonderful project which helps me a lot!
Everything worked well with DataStorm, but I did encounter a serious memory leak problem.
I tried to locate the problem, bu…
-
Hi,
I was trying to use ICE in my Angular 10 application.
I've installed the ice package with npm and simply called Ice.initialise() but I receive the following error:
```
ModuleRegistry.js:25…
-
I can build cpp using gcc9.4.0 and build success,but when Link IceStrom.so occur error
like this : undefined reference to `sssp(std::__cxx11::basic_string, char)
so How Can I enable C++11 in…
-
Once we move to .NET 6, we should look if this new API can simplify our code
https://devblogs.microsoft.com/dotnet/announcing-net-6-preview-4/#microsoft-extensions-logging-compile-time-source-gener…