Skip to content
This repository was archived by the owner on Mar 17, 2024. It is now read-only.
This repository was archived by the owner on Mar 17, 2024. It is now read-only.

Inconsistent connection states #579

Open
@chico-depressive

Description

@chico-depressive
else if (type == typeof(ServerPackets.DoClientDisconnect))
            {
                Program.ConnectClient.Exit(); 
            }
            else if (type == typeof(ServerPackets.DoClientReconnect))
            {
                Program.ConnectClient.Disconnect();
            }

disconnecting = exit and reconnect = disconnect?
providing a disconnecting without exiting should be a good idea

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions