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

Commits on Aug 27, 2023

  1. chore: sync lockfile

    trpc-bot committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    586362b View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. 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)
    dougkulak committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    8ebde42 View commit details
    Browse the repository at this point in the history