Re-entered TUI workflows stop polling #17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Sort and duplicate screens monitor background operations using recurring tick commands.
App.Update()initializes each screen only once.After leaving a workflow for the menu, its outstanding tick can be delivered to the menu and discarded. Returning to the already-initialized workflow does not restart the ticker, so progress and operation results are no longer synchronized and the screen can appear stuck indefinitely.
A model-level replay confirmed that the menu discards the outstanding
tickMsgand re-entering the initialized sort screen returns no replacement tick command.