Commit d1ed8c3
committed
fix(async): await async_add_index_struct in adelete_nodes and adelete_ref_doc
Both async methods were calling the synchronous `add_index_struct`
instead of `async_add_index_struct`, creating inconsistent async/sync
usage within async methods. This can cause race conditions in async
contexts where the event loop expects non-blocking operations.1 parent b70bc85 commit d1ed8c3
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
380 | 380 | | |
381 | 381 | | |
382 | 382 | | |
383 | | - | |
| 383 | + | |
384 | 384 | | |
385 | 385 | | |
386 | 386 | | |
| |||
456 | 456 | | |
457 | 457 | | |
458 | 458 | | |
459 | | - | |
| 459 | + | |
460 | 460 | | |
461 | 461 | | |
462 | 462 | | |
| |||
0 commit comments