-
-
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
socket closes prematurely #18227
Comments
This is because every time around the |
oi, thanks, sorry for the hash. however, does |
Hmm, good point. That does appear to be unintentional, but I actually think it's a good idea to remove the implicit |
reopen to fix the docs? |
would need to add it to NEWS.md, the docstring, and the example in Networking and Streams |
is there a consensus to leave intact this unintentional change? is so, i can work on a PR to document it. |
Sounds like Jeff thinks so? |
|
cc @amitmurthy |
@amitmurthy can you please comment on this change to the |
Same as #19468 I am fine with removing the implicit
|
closed by #19594 |
1a. first,
listen
,accept
,readline
, andprintln
on the server-session:2b. then,
connect
andprintln
on client #1:3c. similarly, on client #2:
4d. then
println
again back on client #1:5e. ditto on client #2:
6f. now
close
client #2:7g. then back to client #1, and
println
no longer works:note that if steps 4d and 5e are skipped, 7g works. also, client #2 still works if #1 is closed.
this in on 0.5.0-rc3 and scientific linux 7.
The text was updated successfully, but these errors were encountered: