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
Description
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