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 room polling not stopped when leaving the current room #1320

Commits on Nov 29, 2018

  1. Fix room polling not stopped when leaving the current room

    When setting a room in the internal signaling a poller is started that
    synchronizes the room data periodically; that poller should be stopped
    when the room is left.
    
    Note, however, that the poller should not be stopped when leaving the
    current room if it was initialized for a room collection instead.
    
    Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
    danxuliu committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    9c0c1da View commit details
    Browse the repository at this point in the history