Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jun 14, 2024

Conversation

netixx
Copy link
Contributor

@netixx netixx commented Jun 14, 2024

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.

@netixx netixx force-pushed the fix/err-on-transport-end branch from 3d558da to 853888e Compare June 14, 2024 12:26
@carlmontanari
Copy link
Contributor

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

@carlmontanari carlmontanari merged commit d244276 into scrapli:main Jun 14, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants