holepunchto / dht-rpc

Make RPC calls over a Kademlia based DHT.
MIT License
196 stars 37 forks source link

graceful destroy #11

Closed davidmarkclements closed 5 years ago

davidmarkclements commented 5 years ago

this avoids the error ERR_SOCKET_DGRAM_NOT_RUNNING in cases where destroy is called multiple times or in race conditions where send is triggered after destroy is called

mafintosh commented 5 years ago

4.1.7