A delayed refresh() can overwrite newer chain/node events from the same provider. The stale node URL also affects subsequent DuskApp reads.
Fix: guard network-state publication against intervening network changes, not only provider switches.
Check: delay refresh, change chain and node, then release the old response; SDK state and subsequent reads must retain the newer network.
A delayed refresh() can overwrite newer chain/node events from the same provider. The stale node URL also affects subsequent DuskApp reads.
Fix: guard network-state publication against intervening network changes, not only provider switches.
Check: delay refresh, change chain and node, then release the old response; SDK state and subsequent reads must retain the newer network.