Archived

This forum has been archived. Please start a new discussion on GitHub.

Patch #3 for Ice 3.3.1 (.NET only): fix for random endpoint selection

benoit
benoit Rennes, France
Hi,

Ice for .NET random endpoint selection only worked for proxies with more than 2 endpoints and it was also not thread safe, potentially leading to endpoint selection not being randomized anymore. The patch attached to this post fixes these 2 issues.

To apply the patch to the Ice 3.3.1 source distribution:
   $ cd Ice-3.3.1
   $ patch -p1 < patch-rand.txt

Cheers,
Benoit.