You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keys must be strings and appear in sorted order (sorted as raw strings, not alphanumerics).
Note that, in the context of bencoding, strings, including dictionary keys, are arbitrary byte sequences (uint8_t[]).
Your encoder implementation is not specification-compliant in that it does not sort dictionary entries.
See webtorrent/node-bencode#142.
The text was updated successfully, but these errors were encountered: