WebphoneLib
WebphoneLib copied to clipboard
Stop trying to reconnect when connection recovery mechanism is active and disconnect is called
Version
0.2.14
File / Feature
When you cannot connect to a certain endpoint, the connection recovery mechanism kicks in and it will retry until somehow the endpoint will be reachable. When you call 'disconnect' when this recovery mechanism is active, it won't actually stop..
Expected behaviour
Stop trying to recover the connection when disconnect is called.
Actual behaviour
It won't stop trying to recover the connection when disconnect is called.