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: remove unnecessary complexity from close event #214

Merged
merged 1 commit into from
Dec 5, 2023

Conversation

lukeocodes
Copy link
Contributor

@lukeocodes lukeocodes commented Dec 5, 2023

Removing unnecessary complexity from the WebSocket close event. We've yet to encounter a need for this logic, while it is also not compatible with edge functions. Removing it fixes edge functions close events.

Fixes #210

@lukeocodes lukeocodes self-assigned this Dec 5, 2023
@lukeocodes lukeocodes linked an issue Dec 5, 2023 that may be closed by this pull request
@lukeocodes lukeocodes changed the base branch from main to release/post-release-bug-fixes December 5, 2023 14:31
@lukeocodes lukeocodes merged commit 2fcc990 into release/post-release-bug-fixes Dec 5, 2023
1 check passed
@lukeocodes lukeocodes deleted the lo/210-undefined-_req branch December 5, 2023 14:32
lukeocodes added a commit that referenced this pull request Dec 5, 2023
* fix: remove unnecessary complexity from close event (#214)

* fix: add missing type to channel interface (#215)

* fix: mistyped definition for alternative confidence on live event (#216)
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.

TypeError: Cannot read properties of undefined (reading '_req')
2 participants