Closed
Description
Right now, when the client shuts down, there might be detached sliding sync streams running in the background, doing their thing (notably I/O: network, writes to disk, etc.). We should coordinate the shutdown process between the client and instances of sliding sync, so instances aren't abruptly stopped. We could likely use a MPSC sender or a broadcast, like we're doing internally within a sliding sync instance to notify about a restart.
Metadata
Metadata
Assignees
Labels
No labels