Skip to content

Engine.io crashing my app with ERR_STREAM_WRITE_AFTER_END #5269

Closed Answered by michioxd
michioxd asked this question in Q&A
Discussion options

You must be logged in to vote

Temporary solved by catching process uncaughtException event.

import process from 'node:process';

process.on('uncaughtException', (err, origin) => {
    // something or console.error...
});

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by michioxd
Comment options

You must be logged in to vote
1 reply
@michioxd
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants