Skip to content
New issue

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

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

Already on GitHub? # to your account

Reload时抛出错误 #25

Closed
undefined-moe opened this issue Mar 28, 2020 · 2 comments
Closed

Reload时抛出错误 #25

undefined-moe opened this issue Mar 28, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@undefined-moe
Copy link

java.net.BindException: Address already in use: bind
        at sun.nio.ch.Net.bind0(Native Method)
        at sun.nio.ch.Net.bind(Unknown Source)
        at sun.nio.ch.Net.bind(Unknown Source)
        at sun.nio.ch.ServerSocketChannelImpl.bind(Unknown Source)
        at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)
        at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)
        at io.ktor.network.sockets.TcpSocketBuilder.bind(Builders.kt:125)
        at io.ktor.network.sockets.TcpSocketBuilder.bind(Builders.kt:92)
        at io.ktor.network.sockets.TcpSocketBuilder.bind$default(Builders.kt:91)
        at io.ktor.server.cio.backend.HttpServerKt$httpServer$acceptJob$1.invokeSuspend(HttpServer.kt:44)
        at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
        at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)
        at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)
        at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:738)
        at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)
        at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)
@ryoii
Copy link
Collaborator

ryoii commented Mar 28, 2020

下版本修复

@ryoii ryoii added the bug Something isn't working label Mar 28, 2020
@ryoii ryoii closed this as completed in abbbfc6 Mar 31, 2020
@ryoii
Copy link
Collaborator

ryoii commented Apr 5, 2020

问题存在

@ryoii ryoii reopened this Apr 5, 2020
@ryoii ryoii closed this as completed in 553135a Apr 5, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants