-
Notifications
You must be signed in to change notification settings - Fork 1.9k
aAccept() accepts only one connection #10
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
Comments
I've added a sample echo server that accepts multiple connections: https://github.com/Kotlin/kotlinx.coroutines/blob/master/kotlinx-coroutines-nio/src/test/kotlin/examples/echo-example.kt |
This link doesn't exist anymore... |
capcdk
pushed a commit
to capcdk/kotlinx.coroutines
that referenced
this issue
Nov 6, 2018
《异常处理》翻译完成
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Does the test unit in AsyncIOTest.kt accept second connection? I cannot guess how to write async accepts in coroutine style properly.
The text was updated successfully, but these errors were encountered: