You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The response of the connection is locked and I don't remember, but you probably cannot use the client in multiple goroutines simultaneously. I suspect if I also locked the request you could, but the safest way is to only use from a single goroutine and make multiple clients if needed.
Is it possible to share the tor client object or the dialer across multiple goroutines?
I end up getting segfaults on the result (but that's probably just me being bad with pointers in the result channel in go)
what's the right way to share it or have multiple requests (say, two at the same time)?
The text was updated successfully, but these errors were encountered: