You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds the posibility to rate limit the calls to the IHC controller. This can potentially prevent the IHC controller from closing the connection if the request are too fast.
Use a retry policy on requests. (If a request to the IHC controller fails)
Sometimes the IHC controller close the connection if requests are too fast. The requests will now retry 3 times.
Add a parameter to the IHCController.get_project function to make it possible to use the non segmented version to get the project in one.
The segmented versions should be the best and is the default, but I have an idea that older controllers may have a problem with this.
Floats from the IHC controller will be rounded to 2 digits. (Floats in the controller only have 2 digits, but the soap interface from the controller may return more digits)
Callback on changes will now happen on all changes. Previously if the IHC controller returned more than one change in a single long polling request, only the last event would trigger a callback. Fx. if a boolean resource was on -> off in the same change, only the last off would trigger a callback.
Fixes the WSDateValue type when year is not set the current year is used.
The IHC controller has a bit change behavior, by default the year is initial 2000, when you set the day/month the year becomes 0