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 server sync reading and wrong disconnection from API Server #3304

Merged
merged 2 commits into from
Jul 30, 2024

Commits on Jul 1, 2024

  1. Fix wrong offset being read when syncing accounts between char-server…

    … and login-server
    
    Char-Server writes the account ids starting at offset 8, while login-server was reading from offset 6
    This caused account ids to be messed up when syncing both servers,
    thus, many players (if not all) would be considered as logged off by login-server at this point
    and this would them invalidate API Server token
    guilherme-gm committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    29d858c View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. Configuration menu
    Copy the full SHA
    4306daa View commit details
    Browse the repository at this point in the history