Skip to content

Maximum call stack size exceeded. #2

@ciaoamigoschat

Description

@ciaoamigoschat

I have tried with:
try {
const netConnection = await rtmp.connect(config, PlainHandshake,...arg);
netConnection.receive_pvt = (msg) => console.log(msg);
} catch(e) {
console.log(e)
}

But I only get: Maximum call stack size exceeded...
Maximum call stack size exceeded occurs when I receive an object? How can I solve it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions