-
Notifications
You must be signed in to change notification settings - Fork 10.1k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Hello,
I am using the code of this blog post to test the integration of uwebsocketjs in socket-io server:
https://socket.io/blog/socket-io-4-4-0/#support-for-uwebsocketjs
Everything seems to be working fine but when accessing this url: http://localhost:3000/socket.io/?EIO=4&transport=websocket (to test error handling), I receive the following error message in my console:
Error: Returning from a request handler without responding or attaching an abort handler is forbidden!
terminate called without an active exception
Aborted (core dumped)
And then it crashes the webserver.
I looked into various documentations and I tried catching the aborts but nothing seems to give me more info to resolve this issue.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working