-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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
Labels
No labels