Open XavierChanth opened 6 months ago
In addition, in noports core, initialization doesn't do any Future.catchError() calls to handle async errors properly
We have wrapped the pure-dart session call in a runZonedGuarded clause for the desktop application. This bug is low priority, since we were able to handle it gracefully. The CLI application already handles this since we already do the runZonedGuarded call for it.
At this point, I would consider this a low priority bug, since there is a valid, reliable workaround.
Describe the bug
Steps to reproduce
Related branch: fix/locked-up-session
Expected behavior
Some callback / future that allows detection of the tunnel session closing from the SshnpRemoteProcess object.
Screenshots
No response
Smartphones
N/A
Were you using an atApplication when the bug was found?
No response
Additional context
No response