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.
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
toNone
as soon as the client gets disconnected.