webtorrent/node-bencode

bitshifting ruins 64bit numbers

pwmckenna opened this issue · 1 comments

https://github.com/themasch/node-bencode/blob/master/lib/encode.js#L47 converts 4777722361 into 482755065. removing the << 0 enables support.

This should be done, correct? If I'm wrong, please reopen.