We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What version of this package are you using? Latest
What operating system, Node.js, and npm version? N/A
What happened? I got an extended message that didn't contain flags, and the ut_pex module failed to add them.
What did you expect to happen? It shouldn't fail if flags are omitted.
Are you willing to submit a pull request to fix this bug? Yes, but I'm not 100% sure yet how to fix.
BEP 11 states that flags are optional: https://bittorrent.org/beps/bep_0011.html
The text was updated successfully, but these errors were encountered:
Oh... addPeer allows for undefined for the flags value... pretty sure this will be easy... PR incoming
addPeer
Sorry, something went wrong.
No branches or pull requests
What version of this package are you using?
Latest
What operating system, Node.js, and npm version?
N/A
What happened?
I got an extended message that didn't contain flags, and the ut_pex module failed to add them.
What did you expect to happen?
It shouldn't fail if flags are omitted.
Are you willing to submit a pull request to fix this bug?
Yes, but I'm not 100% sure yet how to fix.
BEP 11 states that flags are optional:
https://bittorrent.org/beps/bep_0011.html
The text was updated successfully, but these errors were encountered: