View who's all currently online #5
Owner
- Set up a websocket lobby channel
- Disable feature if no network connection is detected
- Put it behind a feature flag so developers can build a version of the site that has no online functionality
- By default, do not enable any online functionality
- Do not save this setting, so users can be confident that they can use the site without ever connecting to the websocket server
- May join without showing as online
- Wouldn't want random people to try to message you
- User enters a name and clicks Join Lobby
- Run the HTTP/WS check
- Server misconfiguration, disable online functionality and display warning, aka #6
- Broadcasts the user's chosen name and public key to everyone else in the lobby channel
* Set up a websocket lobby channel
* Disable feature if no network connection is detected
* Put it behind a feature flag so developers can build a version of the site that has no online functionality
* By default, do not enable any online functionality
* Do not save this setting, so users can be confident that they can use the site without ever connecting to the websocket server
* May join without showing as online
* Wouldn't want random people to try to message you
* User enters a name and clicks Join Lobby
* Run the HTTP/WS check
* Server misconfiguration, disable online functionality and display warning, aka #6
* Broadcasts the user's chosen name and public key to everyone else in the lobby channel
enhancement
label
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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?