diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-07-29 13:50:17 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-07-29 13:50:17 +0200 |
commit | 1af5088eccd00fa16bdf930a356893c99c7411fe (patch) | |
tree | a0e40a8f89c129c9c3b90a7f076e3a9935715d11 /package.json | |
parent | 1541dde979d201860f7f43e369f050d4ece00574 (diff) |
made websocket automatically reconnect
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 55b4c5e..7862a9b 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,7 @@ "react-dom": "17.0.2", "react-force-graph": "^1.41.7", "react-spring": "^9.2.4", + "reconnecting-websocket": "^4.4.0", "three-spritetext": "^1.6.2", "use-constant": "^1.1.0" }, |