mirror of
https://github.com/onionshare/onionshare.git
synced 2025-03-10 07:59:34 -04:00

Using `await_publication = True` blocks inside stem until the hidden service is published, which makes OnionShare appear to hang. This is a quick fix that reverts to using `wait_for_hs` for ephemeral hidden services (as well as non-ephemeral hidden services), which avoids blocking OnionShare.