Skip to content

sliding sync: coordinate shutdown across instances #2014

Closed
@bnjbvr

Description

@bnjbvr

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions