mafintosh / discovery-swarm

A network swarm that uses discovery-channel to find peers
MIT License
376 stars 57 forks source link

fix: Buffer.equals is not a function #58

Closed nokome closed 5 years ago

nokome commented 5 years ago

Commit cbb0bd73214d899480356042a6291a201757c1e1 removed buffer-equals as a dependency but accidently treated the documented "Just use Buffer#equals" as a static method.

joehand commented 5 years ago

@nokome do you have a simple test we can add for this where you ran into this bug?

joehand commented 5 years ago

Ah nm, that was quite easy =)

nokome commented 5 years ago

Thanks! I tried how to figure out how to add a test for this but gave up too quickly. Glad you worked it out.