Обновить src/main/kotlin/Client.kt
This commit is contained in:
@ -13,7 +13,7 @@ fun startClient(host: String, address: String, port: Int, tun: String) = runBloc
|
||||
|
||||
println("Client trying to connect - $host:$port")
|
||||
val socket = Socket(host, port)
|
||||
println("Client trying connected - $host:$port")
|
||||
println("Client connected - $host:$port")
|
||||
|
||||
launch(Dispatchers.IO) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user