Commit 4385b0d
authored
feat(connecting): implement WebSocket message subscriptions (#310)
* feat(members): implement WebSocket message subscriptions
* fix: npm audit fix
* fix: remove audit workflow, snyk is set up to scan our repo more wholistically
* refactor(tests): replace Connect mock with real component in ConnectWidget-test.tsx
* fix: add optional chaining to protect from when isConnected is not provided
* fix: priority data was not correctly handled, ensure member data is available
* fix(websockets): add tests for recent changes1 parent 3d984db commit 4385b0d
16 files changed
Lines changed: 693 additions & 111 deletions
File tree
- .github/workflows
- architectureDecisionRecords
- src
- __tests__
- context
- hooks
- __tests__
- redux/reducers
- __tests__
- utilities/transport
- __tests__
- typings
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments