-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
Whenever I try to make a bulk query with the following code my program crashes with a stack overflow exception:
let ops = all_bets.into_iter().map(|x| bulk::<BetSummary>().index(x));
client.bulk().index(BetSummary::index()).ty(BetSummary::static_ty()).extend(ops).send()?;
Could you let me know what I am doing wrong?
Metadata
Metadata
Assignees
Labels
No labels