doublez13 / pystub

DNS resolver with support for DNS over TLS and ad blocking
BSD 2-Clause "Simplified" License
6 stars 0 forks source link

Multithreaded queries modifying global upstreams state. #11

Closed doublez13 closed 4 years ago

doublez13 commented 4 years ago

This should be fixed by implementing upstream queries in a queued fashion. Bug #10

doublez13 commented 4 years ago

Lazy solution is to keep upstream objects global, upstream connections local