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 95ff44b to ee7a675 Compare September 6, 2023 00:52
@trpc-bot trpc-bot force-pushed the main branch 12 times, most recently from f1b6658 to c9d2a18 Compare September 15, 2023 15:05
@trpc-bot trpc-bot force-pushed the main branch 10 times, most recently from 7eba023 to 1754bae Compare September 26, 2023 04:58
@trpc-bot trpc-bot force-pushed the main branch 10 times, most recently from e550233 to f6aa755 Compare December 20, 2024 23:02
@trpc-bot trpc-bot force-pushed the main branch 13 times, most recently from 6fec7a2 to a1dfada Compare December 30, 2024 00:40
@trpc-bot trpc-bot force-pushed the main branch 3 times, most recently from 9b23055 to 66f9d07 Compare January 1, 2025 02:31
@trpc-bot trpc-bot force-pushed the main branch 4 times, most recently from 17961a6 to fa64aa3 Compare January 7, 2025 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant