Players do not get disconnected when already logged in #27
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: metin2/server#27
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
A player's connection might still be alive, even though the client was disconnected. In this case, and all other cases where players are already connected, they won't be disconnected when a re-log is attempted.
This only seems to happen in the Docker deploy environment. Might be due to the fact that there are multiple game cores running at the same time. Might also be related to #32.
The bug seems to happen if the account is connected with a player in map c1 (ID 41). For example, if account is in map c3 (ID 43), the logout message is received and the player is disconnected.
We can see that metin2_map_c3 (ID 43) is handled by ch1_first, whereas metin2_map_c1 (ID 41) is handled by ch1_game2, so there definitely is a communication issue between the cores.
Duplicate of #32, fixed.