Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: custom websocket server not upgrading due to next 13.4.3+ #73

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dougkulak
Copy link
Contributor

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)

trpc-bot and others added 2 commits August 27, 2023 19:18
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)
@trpc-bot trpc-bot force-pushed the main branch 6 times, most recently from 1b291b8 to 8422d7b Compare April 27, 2024 10:31
@trpc-bot trpc-bot force-pushed the main branch 9 times, most recently from fe57b2a to 53bbe40 Compare April 30, 2024 20:54
@trpc-bot trpc-bot force-pushed the main branch 5 times, most recently from b45abd4 to 67fe529 Compare May 13, 2024 12:35
@trpc-bot trpc-bot force-pushed the main branch 10 times, most recently from d69055f to e4f940c Compare May 19, 2024 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant