Skip to content

This always return a broken instance after a disconnect #15

@github-actions

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;
		}
	}

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions