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
Describe the bug
When coming bug from a sleep, T7 assumes connected ssh sessions are still on.
If the active gate was disconnected the screen freeze
To Reproduce
Steps to reproduce the behavior:
Launch app
Connect to a server using ssh
put the iPad to sleep
count till down
wake up
See frozen T7
Additional context
A possible fix is to send an SSH ping whenever the app is back from sleep and
validate the connection is still on.
The pinger can be based on ssh2_echo.c
The code sends a 'cat' command, and then writes a lot of data to it only to
check that reading the returned data sums up to the same amount.
probably best to do it in a new dedicated channel.
The text was updated successfully, but these errors were encountered:
Describe the bug
When coming bug from a sleep, T7 assumes connected ssh sessions are still on.
If the active gate was disconnected the screen freeze
To Reproduce
Steps to reproduce the behavior:
Additional context
A possible fix is to send an SSH ping whenever the app is back from sleep and
validate the connection is still on.
The pinger can be based on ssh2_echo.c
probably best to do it in a new dedicated channel.
The text was updated successfully, but these errors were encountered: