Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DONE status is reported weirdly #28

Open
Overtorment opened this issue Apr 19, 2021 · 1 comment
Open

DONE status is reported weirdly #28

Overtorment opened this issue Apr 19, 2021 · 1 comment

Comments

@Overtorment
Copy link
Contributor

for some reason its not all caps, and is in quotes:
image

other statuses are reported okay:
image

image

@gabidi
Copy link
Contributor

gabidi commented Apr 21, 2021

This is true.

Reason:
STARTING and NOTINIT are actually sent by the module's "wrapper" (Swift or Kotlin) code while it awaits for the Tor daemon to be ready and bootstrapped.
Once the daemon is bootstrapped the module will probe the Tor daemon (on it's control port) for it's actual network status which returns done most of the time. I had made the "wrapper" replies in capital to differentiate them.

It's in my road-map to actually expose the bootstrapping status (IE Bootstrapping messages you see in xcode logs for example instead of just STARTING) but I assumed sockets and hidden services have higher priority based on community feedback and this is good enough for now.

I'll keep the issue open as reference and close when implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants