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: [Network] State conditions for sending client info/quit packets #8959

Merged
merged 1 commit into from Apr 6, 2021

Commits on Apr 6, 2021

  1. Fix: [Network] State conditions for sending client info/quit packets

    Use status >= STATUS_AUTHORIZED as the state criteria for all cases
    where updates about other clients are sent.
    This avoids the case where a client is informed that another client
    has joined but not informed when it later quits, resulting in
    stale entries in the client list window.
    JGRennison committed Apr 6, 2021
    Copy the full SHA
    6dbec0e View commit details
    Browse the repository at this point in the history