Jose
Jose
Now that SPM finally has support for plug-ins we should add a plug-in that runs the slice2swift compiler, and get rid of the SPM distribution (which includes the generated code)....
The deprecation warnings were disabled in https://github.com/zeroc-ice/ice/pull/1397 but we should investigate with new APIs are available and move away from this deprecated APIs
We should align them with C# updated in https://github.com/zeroc-ice/ice-demos/pull/195
https://github.com/microsoft/msquic/blob/5b921c9e187d2c59a43ec285be1a06e99349d1b2/src/platform/datapath_epoll.c#L1173-L1195 My understanding is that this code always set `SO_REUSEPORT` for a server, and you will not get the address already in use when two servers use the same address,...
How can I debug connection failures, I installed vagrant-tramp from MELPA I using counsel and the prompt shows /vagrant:ubuntu--xenial64-dev vagrant global-status --machine-readable 1522952773,,ui,info,id 1522952773,,ui,info,name 1522952773,,ui,info,provider 1522952773,,ui,info,state 1522952773,,ui,info,directory 1522952773,,ui,info, 1522952773,,ui,info,--------------------------------------------------------------------------------- 1522952773,,ui,info,2a77f42...
This PR renames IceSSL namespace to Ice::SSL, It also fixes SSL and Schannel spelling
This method is not used by OpenSSL and SecureTransport implementations, we should move it to the Schannel implementation. We should also upgrade the signature to use `string_view` rather than `cons...
We have a few classes where Schannel is incorrectly capitalized as `SChannel` capital `C` instead of `Schannel`.
``` ucrtbased.dll!00007ffde05bae2d() Unknown ucrtbased.dll!00007ffde05c0c6f() Unknown ucrtbased.dll!00007ffde05bebc8() Unknown ucrtbased.dll!00007ffde05c18af() Unknown > icegridregistry.exe!IceGrid::SessionServantManager::deactivate(const std::string & __formal) Line 90 C++ ice38a0d.dll!IceInternal::ServantManager::destroy() Line 448 C++ ice38a0d.dll!Ice::ObjectAdapterI::destroy() Line 345 C++ ice38a0d.dll!IceInternal::ObjectAdapterFactory::destroy::__l2::::operator()(const std::shared_ptr & adapter) Line...
Seems like there is a missing dependency, IceGridLib was trying to use slice2cpp before it was built. ``` Build FAILED. "C:\Users\jose\source\repos\3.8\ice-main\cpp\msbuild\ice.proj" (default target) (1) -> "C:\Users\jose\source\repos\3.8\ice-main\cpp\msbuild\ice.sln" (default target) (2) ->...