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
* Added reproducible test for early timeout reading from output streams when no output is available from stream.
* Use gevent timeout instead of socket poll to avoid timeout being raised early when socket is blocked from another stream - resolves#180
* Updated changelog.
Copy file name to clipboardexpand all lines: Changelog.rst
+9
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,15 @@
1
1
Change Log
2
2
============
3
3
4
+
1.12.1
5
+
++++++
6
+
7
+
Fixes
8
+
------
9
+
10
+
* Reading from output streams with timeout via `run_command(<..>, timeout=<timeout>)` would raise timeout early when trying to read from a stream with no data written to it while other streams have pending data - #180.
0 commit comments