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

Continue termination when WebSocket is disabled #19826

Merged
merged 4 commits into from
Sep 27, 2023
Merged

Conversation

paescuj
Copy link
Member

@paescuj paescuj commented Sep 27, 2023

Fixes #19822

Moves the throwing errors out of the getWebSocketController() function into the WebSocketService where they were intended to be thrown. Bringing getWebSocketController() back in sync with the comparable getSubscriptionController() function.

@changeset-bot
Copy link

changeset-bot bot commented Sep 27, 2023

🦋 Changeset detected

Latest commit: d505d5f

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@directus/api Patch
directus Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@br41nslug br41nslug marked this pull request as ready for review September 27, 2023 12:22
@br41nslug br41nslug requested review from a team, DanielBiegler and jaads and removed request for a team September 27, 2023 12:48
@paescuj paescuj merged commit 3a40aea into main Sep 27, 2023
7 checks passed
@paescuj paescuj deleted the catch-websocket-term branch September 27, 2023 16:20
@github-actions github-actions bot added this to the Next Release milestone Sep 27, 2023
br-rafaelbarros pushed a commit to personal-forks/directus-source that referenced this pull request Nov 7, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The shutdown hook is not complete when WEBSOCKETS_ENABLED is false
2 participants