Skip to content

Fix potential protocol fail pattern #162

@tshemsedinov

Description

@tshemsedinov

If callId is not registered in this.calls, following code const [resolve, reject] = this.calls.get(callId);
will fail with error: TypeError: undefined is not iterable (cannot read property Symbol(Symbol.iterator))

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions