holepunchto / dht-rpc

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

fixed example #48

Closed rafapaezbas closed 2 years ago

rafapaezbas commented 2 years ago

The example uses a deprecated API and does not work, this PR updates the API used keeping the original functionality.

mafintosh commented 2 years ago

@rafapaezbas hmm standard fails, does it work if we upgrade that to latest also?

rafapaezbas commented 2 years ago

@rafapaezbas hmm standard fails, does it work if we upgrade that to latest also?

Yes it does, updated standard to 17.0.0

mafintosh commented 2 years ago

Nice!