If a session-expired event is hit that does not match the current session then it should be ignored and event processing continue without it. This was incorrectly implemented and instead event processing would stop when any session-expired event was hit, not just the ones matching the current session. Fix logic to properly ignore session-expired events when it doesn't match the current session. |
||
---|---|---|
.. | ||
api | ||
utils | ||
database.ts | ||
generate-demo-schedule.ts | ||
streams.ts | ||
tsconfig.json | ||
web-push.ts |