I'm running LS v7.2.2 with a v8.0.7 webclient. The Meta and Data adapters are C# Core v6.

I'm trying to increase the subscription timeout. I increased the subscription_timeout_millis setting in the lightstreamer_conf.xml file to 30 seconds but the unsubscribe method in the DataAdapter is called almost immediately after the client disconnects.

This particular client unsubscribes to all subscriptions and then immediately disconnects from the server.

Are there additional settings that must be changed to get LS to honor the subscription_timeout_millis?