Commit 6ddfb8d
Feat/participant indicator (#26)
* Enabled presence in ShareDB backend
* Added error handling
The WebSocketJSONStream package does not have error handling out of the box, and occasionally errors can occur if the backend needs to send updates to a client when that client is reconnecting. This caused the backend to crash. So, this error handling is required to prevent the backend from crashing.
* Fixed error not filtered properly
* Removed testing code
---------
Co-authored-by: izruff <[email protected]>1 parent 9cfae6f commit 6ddfb8d
1 file changed
+12
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
79 | 90 | | |
80 | 91 | | |
81 | 92 | | |
| |||
0 commit comments