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

xdm
La Coruña, Spain
in Help Center
Hellow
I develop a freeze app my problem is that when I change the Server ip the client can't connect to the server if i delete all the data in the DB the clien connect whith out problems
can anybody sayme how solve it?
thanks
I develop a freeze app my problem is that when I change the Server ip the client can't connect to the server if i delete all the data in the DB the clien connect whith out problems
can anybody sayme how solve it?
thanks
0
Comments
-
Hi,
Are you storing proxies in your Freeze database? If so, these proxies can become invalid if the server changes to a different host, IP address or port.
One solution to this issue is to use the Ice locator. See the IcePack chapter in the manual for more information.
Take care,
- Mark0