-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update websocket relay example app (#448)
# Description This PR implements the following changes: - [x] Update example to use Homestar client: https://www.npmjs.com/package/@fission-codes/homestar - [x] Remove emulation mode ## Link to issue Implements #390 ## Type of change - [x] Refactor (non-breaking change that updates existing functionality) ## Test plan (required) The example should be tested manually to verify it works. --------- Signed-off-by: Brian Ginsburg <[email protected]> Co-authored-by: Hugo Dias <[email protected]>
- Loading branch information
1 parent
ac30ac2
commit 1c823b8
Showing
10 changed files
with
1,377 additions
and
665 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
VITE_WEBSOCKET_ENDPOINT="ws://localhost:1337" | ||
VITE_PING_INTERVAL=8000 | ||
VITE_MAX_PING_RETRIES=3 | ||
VITE_EMULATION_MODE=false |
Oops, something went wrong.