mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #3630] Documentation insondistency concerning websocket notifications #1627
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#1627
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sheerun on GitHub (Jul 1, 2023).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/3630
https://github.com/dani-garcia/vaultwarden/wiki/Enabling-WebSocket-notifications
It says "Note: The reason for this workaround is the lack of support for WebSockets from Rocket (though it's a planned feature), which forces us to launch a secondary server on a separate port."
I think it is not up do date because "it's a planned feature" links to https://github.com/SergioBenitez/Rocket/issues/90 which is closed
@BobWs commented on GitHub (Jul 2, 2023):
This was added to the wiki a long time ago...
@jeda commented on GitHub (Jul 2, 2023):
It also doesn't mention that WebSocket support was directly added to the Rocket server.
However, it's currently only on beta, not on a stable release - although seems to be working well for me.
@ShlomiD83 commented on GitHub (Jul 2, 2023):
Hi all,
If I use WS on port 80 my chrome extension doesn't seem to update automatically.
If I use port 3012 everything works.
What am I doing wrong?