Closed ucarno closed 1 year ago
Seems like I was using older version that didn't get updated when modifying package.json
and executing npm i
. npm i uNetworking/uWebSockets.js#v20.30.0
installed the latest version and now everything works fine.
App crashes with
Cork buffer must not be held across event loop iterations!
error when I corkresponse.upgrade
inside async function (versionv20.30.0
).Tried this example without any modifications and it also gives me the same error.