Skip to content

auto detach do not modify current block

Marcin requested to merge mi_autodetach_corrupt_app_cb into develop

Previously, auto-detach would modify the current block number upon detaching a context. This resulted in a scenario where, after an application restart and reattachment, the same block was processed twice.

Merge request reports