push
travis-ci-com
Fix for refresh subscription timeout error Subscription refresh ticker was started only after all the initial subscriptions are processed one after other. Since it was taking lot of lime to process subnet query, there was a delay to send next subscription request. Since the refresh subscription request (all 15) is sent after 30min from the last sent subscrption, the 1st subscription refresh request got timedout. Started subscription refresh ticker before sending the subscription requests to fix the issue (cherry picked from commit 114e4e471)
8 of 8 new or added lines in 1 file covered. (100.0%)
11807 of 20573 relevant lines covered (57.39%)
0.64 hits per line