Archived

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

Ice.ConnectionIdleTime in 2.1.0

I set Ice.ConnectionIdleTime to zero in order to disable ACM(Active Connection Management),but it doesn't work. ACM is still on. I want to know whether there is a way to make it work except upgrading Ice to 2.1.1.

Comments

  • benoit
    benoit Rennes, France
    Setting Ice.ConnectionIdleTime to 0 should disable ACM in Ice version <= 2.1.0. If you're using Ice 2.1.1 or 2.1.2, you need to set Ice.ACM.Client to 0 to disable client side ACM (server side ACM is disabled by default).

    How do you figure out that it's still working?