After app got disconnect/issue connect, client will call bind_session loop many times without delay.
Then I digging code and saw that function bindSent used Unix Expoch Time but function calculateRetryDelay use DateTime.Now for calculated.
I have add a attachment file for fixed this issues - all time will use Unix Expoct Time
Session.txt
After app got disconnect/issue connect, client will call bind_session loop many times without delay.
Then I digging code and saw that function bindSent used Unix Expoch Time but function calculateRetryDelay use DateTime.Now for calculated. I have add a attachment file for fixed this issues - all time will use Unix Expoct Time Session.txt