Skip to content

Robust state invalidation

luna requested to merge feature/robust-state-invalidation into master

This creates a timeout of 30 seconds before actually invalidating the state, so if the client closes the connection abruptly (or us, for that matter), they can still resume the state.

This MR was spawned by existing discussion in the Discord API Docs repository, see issue

While we don't implement periodic Reconnects at-will, it's still a positive change, as shown in first paragraph.

Merge request reports