Archived

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

Patch #7 for Ice 3.3.0: retry bug if Ice.RetryIntervals set

benoit
benoit Rennes, France
Hi,

The patch below fixes a bug from the Ice client runtime (all language mappings) where AMI calls that need to be retried might never complete if Ice.RetryIntervals is set and configured with non-zero time intervals.

To apply the patch:
$ cd Ice-3.3.0
$ patch -p1 < patch.txt

Cheers,
Benoit.