Hi there,
I am currently experiencing the following issue:
[1] I place a first order in a market via RPC placeOrders
[2] I retrieve the orders in such markets via RPC listCurrentOrders
and the order is not immediately there.
It will be there after "some time".
The bottom line is that the order is not there if I call listCurrentOrders immediately after placeOrder regardless the bet will be there eventually and it ALREADY had an id following its placement.
I find it pretty weird and sort of demonstrating that the bet has to travel from somewhere is posted by placeOrder to somewhere else is read by listCurrentOrders.
Is there any requirement about how much time to wait before calling listCurrentOrders after placing an order to find it in the returned list?
I am currently experiencing the following issue:
[1] I place a first order in a market via RPC placeOrders
[2] I retrieve the orders in such markets via RPC listCurrentOrders
and the order is not immediately there.
It will be there after "some time".
The bottom line is that the order is not there if I call listCurrentOrders immediately after placeOrder regardless the bet will be there eventually and it ALREADY had an id following its placement.
I find it pretty weird and sort of demonstrating that the bet has to travel from somewhere is posted by placeOrder to somewhere else is read by listCurrentOrders.
Is there any requirement about how much time to wait before calling listCurrentOrders after placing an order to find it in the returned list?


Comment