WebphoneLib icon indicating copy to clipboard operation
WebphoneLib copied to clipboard

Stop trying to reconnect when connection recovery mechanism is active and disconnect is called

Open confususs opened this issue 4 years ago • 0 comments

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.

confususs avatar Oct 28 '20 15:10 confususs