shovon / node-rudp

Reliable UDP for Node.js
33 stars 14 forks source link

buffertools #14

Closed amiiigh closed 5 years ago

amiiigh commented 5 years ago

Hey, I don't think it's an issue with this repo but it seems like I can't use buffertools in my project. I'm getting an error saying undefined symbol or something. Can I use Buffer.compare instead of buffertools?

shovon commented 5 years ago

Can I use Buffer.compare instead of buffertools?

Absolutely.

Much easier.

amiiigh commented 5 years ago

awesome! Thanks