Switch to global websocket #50

Open
radical wants to merge 13 commits from wip/global-websocket into main
Owner

Replaces the old 1 socket per channel system with a new global websocket for every client. This can be used for in-app notifications and other goodies in the future when needed

Replaces the old 1 socket per channel system with a new global websocket for every client. This can be used for in-app notifications and other goodies in the future when needed
fix the rest of the socket
All checks were successful
ci/woodpecker/manual/build-and-publish Pipeline was successful
629ad063b6
Implement heartbeat failures
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
f47e9eac54
add rustfmt to shell.nix
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
9a5f38974f
Gives the frontend something to reference when the backend returns multiple things in parallel
update dependencies
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
3ad712c3af
fix: dont push success/error id's into redis pubsub
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/pr/build-and-publish Pipeline was successful
203f4ff9df
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin wip/global-websocket:wip/global-websocket
git switch wip/global-websocket

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff wip/global-websocket
git switch wip/global-websocket
git rebase main
git switch main
git merge --ff-only wip/global-websocket
git switch wip/global-websocket
git rebase main
git switch main
git merge --no-ff wip/global-websocket
git switch main
git merge --squash wip/global-websocket
git switch main
git merge --ff-only wip/global-websocket
git switch main
git merge wip/global-websocket
git push origin main
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: gorb/backend#50
No description provided.