jcronenberg / DreamDeck

Versatile Macroboard for Touchscreens
MIT License
7 stars 0 forks source link

SSHClient: Check if session is closed and try to reopen #20

Closed jcronenberg closed 11 months ago

jcronenberg commented 11 months ago

Partial fix for #18 We now check before executing a command if the session is closed and if it is try to open a new session. This works for now but in the future I would still like to explore a way of maybe setting the Session to None as soon as the client gets disconnected.