Change of feature does not reflect via callback

Hello,

To test the callback function in turbofloat, I put the application in a loop once it gets the lease.After that, I change the feature value on the limelm website. The callback function is never called with the "TF_CB_FEATURES_CHANGED" status! Also, on the subsequent runs of the application the feature value still shows the old value and not the one after after update.

Should the server be restarted to reflect the change in feature value?If not please let me know what has to be done.

Thanks!

After that, I change the feature value on the limelm website. The callback function is never called with the "TF_CB_FEATURES_CHANGED" status! Also, on the subsequent runs of the application the feature value still shows the old value and not the one after after update.

That's correct behavior. TF_CB_FEATURES_CHANGED will only be returned if the TurboFloat Server has the new custom license field (and sends them to instances of your app when the lease is renewed). The TurboFloat Server only gets the new custom license fields either when (a) the TurboFloat Server is re-Activated or (b) every "days_between" checking the servers for re-verification.

Should the server be restarted to reflect the change in feature value?

No. Every "days_between" number of days the TurboFloat Server will get the new custom license fields.