XChange icon indicating copy to clipboard operation
XChange copied to clipboard

[FTX Streaming] Orderbook check sums incorrect when using multiple treads

Open douggie opened this issue 2 years ago • 0 comments

Currently the FtxStreamingAdapters is static, so is shared across mutliple threads, causing the check sum calculation (getOrderbookChecksum) to be shared. In a multi-threaded environment we want to ensure each thread has their own instance of the FtxStreamingAdapter.

I'll raise a PR accordingly.

douggie avatar Jul 17 '22 09:07 douggie