Archived

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

Patch #5 for Ice 3.1.0: IceGrid locator assert

benoit
benoit Rennes, France
Hi,

Here's a patch to fix a potential assertion failure in the IceGrid locator implementation. The assert might only occur if you use dynamic registration (i.e.: if you have set the IceGrid.Registry.DynamicRegistration property to a non zero value). It's triggered when a client requests the endpoints of an adapter and only if the adapter is removed at the same time.

To apply the patch:

$ cd Ice-3.1.0
$ patch -p0 < patch.icegrid-5.txt

Cheers,
Benoit.