Skip to content

Can't tell if StartupRetroshare has completed #4

@public

Description

@public

The web GUI needs to provide it's own UI for logging in and starting up the client proper. This requires some way to tell if RS is actually running yet but librs doesn't currently expose any race-condition proof way of doing this that I can find.

My current solution is to create my own state variable outside of librs to try and track the startup state but it would be nice if there was an in library way of doing this safely.

A mutex protected variable that gets set to something at the end of StartupRetroshare() and a function for safely reading it's state would do.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions