Commit 7cb1c06
fix(websocket): optimise event handling. Add heartbeat [WPB-21950] (#19825)
* fix(lifecycle): optimise online / offline event handling. Add heartbeat for WS
* Update src/script/repositories/event/EventRepository.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update src/script/repositories/event/EventRepository.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update src/script/repositories/event/EventRepository.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* chore: rename to updateConnectivityStatus
* chore: add copilot suggested improvements
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>1 parent 98b4875 commit 7cb1c06
File tree
5 files changed
+929
-116
lines changed- __mocks__/@wireapp
- src/script/repositories/event
5 files changed
+929
-116
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
116 | 123 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments