Thaddeus

Results 10 comments of Thaddeus

best to add: process.env.DEBUG = 'tardis-dev*' at the beginning of the script so you'll be able to see if connections get closed or not.

I can see the issue, unfortunately don't see an easy way to fix it, the issue is that code assumes that those individual streams push messages frequently and require next...

I don't have any updates yet, pull requests welcome.

it should be integrated by the end of January.

added in v13.6.0

I've seen it as well, would be great to have it fixed in the lib directly, could be someone setting orders with very large prices that causes that? not sure.

@ZhengYuTay I think this fix is incorrect in away not preserving decimal places, I think https://github.com/MikeMcl/big.js/ should be used instead for making division? @armaniferrante I think order ids like `340282366920938463463374607431743501208`...