Archived

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

Retry bug patch for Ice-2.0.0

benoit
benoit Rennes, France
Hi,

Here's a patch to fix a bug where Ice would retry indefinitely to establish a connection to a server under rare circumstances. The bug occurs when using indirect proxies containing only the object identity and if the object proxy was registered manually with the IcePack registry.

To apply the patch to Ice for C++ 2.0.0:

$ cd Ice-2.0.0
$ patch -p0 < ice.patch.txt

Let me know if you need a patch for Ice for Java or Ice for C#.

Benoit.

Comments