Skip to content

This always return a broken instance after a disconnect #15

Description

@github-actions

Simply starting a new one (or reconnecting) does not work,

especially after a restart

// @TODO: This always return a broken instance after a disconnect

		result = CLIENT_MAP.get(data.id);

		if (result) {
			// @TODO: This always return a broken instance after a disconnect
			// Simply starting a new one (or reconnecting) does not work,
			// especially after a restart
			return result;
		}
	}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions