Archived

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

Timed out

Hi!

There is any way to know if in a client->server action, the ip you've got it's correct for the server?

I mean, if my server's on 192.168.1.1 and I try this...

Ice.ObjectPrx base = ic.stringToProxy("ImageServerBind:tcp -h 192.168.1.2 -p 60000");

... for example, How I know that the connection has expired out? Any "test connection" or "timer"? o something like that.

Thanks!

Comments