You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Replace fire-and-forget QTimer::singleShot in AdapterProcess::stop()
with a cancellable QTimer that is stopped on start, stop, and process
exit, preventing the kill timer from killing a newly started adapter.
- Suppress sessionError emission from onProcessError during STOPPING
state to avoid spurious error signals during intentional shutdown.
- Disconnect sessionStopped from initAdapter on sessionError in
ModbusPoll to prevent auto-restart after an unexpected crash.
- Add regression tests for processError during STOPPING state.
0 commit comments