Browse Source
The keys created in the bigstring.py module in case of message length greater than 65535 were unicode and this was unsupported by amp.py, this fixes the key to be ascii. Additionally the tests in test_commands.py were failing silently due to an unupgraded command syntax in JM_SETUP, it's now upgraded and now tests, as originally, the large orderbook case, which now passes due to the previously mentioned bugfix in bigstring for the new Py3 compatibilty mode (builtins).master
2 changed files with 4 additions and 4 deletions
Loading…
Reference in new issue