Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 'Call already ongoing' #100

Open
atsakiridis opened this issue May 12, 2017 · 1 comment
Open

Fix 'Call already ongoing' #100

atsakiridis opened this issue May 12, 2017 · 1 comment

Comments

@atsakiridis
Copy link
Collaborator

Sporadically some people get this message in the logs and after that they cannot initiate another call. Issue seems to be that web socket somehow closes (without an error though) and state is messed up.

Been trying to reproduce, but have never been able to.

@atsakiridis
Copy link
Collaborator Author

atsakiridis commented May 19, 2017

Here's a good reproduction from JJ that might help get to the bottom of this:

https://gist.github.com/atsakiridis/68e58e717bd9c1b6da2f18bb486314bd

So what seems to happen is that:

  1. JJs talks using Olympus and then leaves the laptop running overnight
  2. At some point the networking is shut down and the websocket is closed
  3. Next day he logs out and logs back in successfully (registration is successful)
  4. He tries to make a call but he gets 'call already ongoing' issue on the web console

So the issue seems to be that in those cases the state is messed up somehow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant