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 a user is executing a command that doesn't terminate on its own (or within the timeframe expected), like tailing a file, Hussh will timeout when trying to read during the context manager exit.
Expected behavior
The context manager should exit cleanly and the result attribute populate correctly. This would likely involve explicitly closing the connection.
The text was updated successfully, but these errors were encountered:
Hussh Version
0.1.7
Describe the bug
When a user is executing a command that doesn't terminate on its own (or within the timeframe expected), like tailing a file, Hussh will timeout when trying to read during the context manager exit.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The context manager should exit cleanly and the result attribute populate correctly. This would likely involve explicitly closing the connection.
The text was updated successfully, but these errors were encountered: