Skip to content

arti-client: Try to take ownership of state earlier.

Nick Mathewson requested to merge nickm/arti:early_ownership into main

There's no harm in doing this, since we'll try to take ownership of the state soon as soon as we use it: We just want to try early, so that we'll get it before we decide that we're using bridges.

Fixes bug #669 (closed); bug introduced by !889 (merged).

Merge request reports