Jose
Jose
Here the expected "correct" usage was to first call `getACMTimeout` catch `OperationNotExistException` and fallback to `getSessionTimeout` in case you are talking with and old router. https://github.com/zeroc-ice/ice/blob/21ed0d4f353b532b39d6a349d07f906124f9d3b2/csharp/src/Glacier2/SessionHelper.cs#L229-L241 For 4.0 we can...
While adding metadata validation to Slice to Swift compiler, noticed that Slice::Dictionary API doesn't allow to remove bogus metadata. https://github.com/zeroc-ice/ice/blob/b0d4725aac41710d06078fc79f4a80d29209182c/cpp/src/Slice/Parser.h#L890-L891 This will be desirable to be able to sanitize the...
I'm closing this, this would work better once Debian provides a more recent Gradle version, but you can still all the packages using the provided version.
@penev92 you can workaround this by setting `EmitCompilerGeneratedFiles` property to true
@bernardnormier Can we close this?
I think we should: - Configure Schannel to use strong crypto by default - Remove the `IceSSL.SchannelStrongCrypto` property I the rare case that you need to set this, just use...
converted to a draft until I sort out the CI failures
We should decide where we want to place these generated files. Our dist builds take advantage of using different locations for different configurations. Otherwise, when you use a compiler from...
This was fixed in 3.7.10.1 PyPI package https://pypi.org/project/zeroc-ice/3.7.10.1/
I think we should go one step forward: * Convert ice package to an ES module * Generate code always use ES module Web applications will them use a module...