finos/vuu

Create child orders in IgniteOrderLoaderMain created less than expected due to method is not threadsafe

开放

#1,326 创建于 2024年5月5日

 (3 条评论) (0 个反应) (1 位负责人)TypeScript (42 个派生)auto 404
demogood first issueserver

仓库指标

星标
 (57 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

in IgniteOrderLoaderMain It loops to create parent Orders and child order (random * 100 - 250) in multiple threads OrdersModel.createChild it creates child order with an incremental child order id (which is not threadsafe) hence some child orders are not "new" child order but "update" existing child order

贡献者指南