Commit 8e55cf6
Fix the issue that listener event is not triggered after calling UpdateChildren()
The issue is
1. The listener event will not be triggered if there is any pending writes requests
2. The pending writes record was not removed properly because UserWriteRecord is std::moved and WriteTree::RemoveWrite() still need it.
PiperOrigin-RevId: 2779640671 parent 0c14d09 commit 8e55cf6
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
| 56 | + | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments