Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: custom websocket server not upgrading due to next 13.4.3+
It seems next v13.4.3 added a breaking change that causes sockets to be closed when not handled by HMR. As a result, websocket connections fail to upgrade. I've applied a fix from the following thread to address this issue for now: vercel/next.js#50461 (comment)
- Loading branch information