namecoin / ncprop279

Bridge between Tor Prop279 (Pluggable Naming) clients and Namecoin.
https://www.namecoin.org/
GNU General Public License v3.0
1 stars 5 forks source link

RESOLVE commands are blocking #3

Open JeremyRand opened 5 years ago

JeremyRand commented 5 years ago

Currently, ncprop279's implementation of the Prop279 RESOLVE command blocks the main thread, which prevents multiple RESOLVE commands from being done in parallel. We should fix this by making RESOLVE commands execute in parallel.