-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Fix UndefVarError due to unintentional signature change #43173
Conversation
Is it possible to add a test that would have caught this in the original PR, or is this what caused the (not particularly transparent) |
I don't know why this would have caused an error specifically on Linux or FreeBSD... But adding a test to make sure this path works seems reasonable. |
The PR likely needed to |
Think I got it. Needed an end of transmission character and then the wait. |
@vtjnash was introduced by #40642