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
I would like to stop and then start sipua helper on re-registration. Although stop() seems to be synchronous, start() doesn't work if it's called immediately afterwards.
To Reproduce
Steps to reproduce the behavior:
Registered & connected to websockets.. Sip helper is connected.
Stop sipua helper
Start sipua helper immediately afterwards
Helper is not started
Expected behavior
I would expect helper to be started if you call stop() and start() immediately afterwards. But it looks like it only works if you put some delay between stop() and start().
System Infomation()
Flutter SDK Version: any
Target OS and Version: any
Host OS and Version: any
The text was updated successfully, but these errors were encountered:
I would like to stop and then start sipua helper on re-registration. Although stop() seems to be synchronous, start() doesn't work if it's called immediately afterwards.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I would expect helper to be started if you call stop() and start() immediately afterwards. But it looks like it only works if you put some delay between stop() and start().
System Infomation()
Flutter SDK Version: any
Target OS and Version: any
Host OS and Version: any
The text was updated successfully, but these errors were encountered: