scrapli / scrapligo

scrapli, but in go!
MIT License
253 stars 36 forks source link

Return an error on channel read when the transport has finished #186

Closed netixx closed 3 months ago

netixx commented 3 months ago

I stumbled upon an issue where my transport terminated, but the error was not propagated to the Read() and thus I was timeouting instead of erroring right away.

carlmontanari commented 3 months ago

ah that seems like an obviously good thing to do :p thanks as always @netixx !!!