Archived

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

Connection issues

Hi,

How can I configure the client to keep trying to connect the server at interval before the server starts or after the server disconnects? Ice.RetryIntervals does not seem to meet this requirement.

Is it possible to setup the communicator or server to broadcast some signal at interval to indicate that it is available?

Thanks,

Comments

  • matthew
    matthew NL, Canada
    There is no support in Ice to do that. You have to write the code yourself. The next version of Ice, 3.3, will have multicast support which would allow you to broadcast availability.