Rahix / tbot

Automation/Testing tool for Embedded Linux Development
https://tbot.tools
GNU General Public License v3.0
84 stars 21 forks source link

Properly detect when remote end closes channel while tbot is reading #74

Closed Rahix closed 2 years ago

Rahix commented 2 years ago

This PR should fix tbot hanging indefinitely when the remote end closes the channel while tbot is reading from it. See commit messages for more details.

Fixes: #73