()
| 158 | } |
| 159 | |
| 160 | reloadAll(): void { |
| 161 | const sessions = this.store.sessions.getSessions() |
| 162 | for (const session of sessions) { |
| 163 | this.refreshSession(session.id) |
| 164 | } |
| 165 | } |
| 166 | |
| 167 | handleSessionAlive(payload: { |
| 168 | sid: string |
nothing calls this directly
no test coverage detected