Update TCPClient.kt
This commit is contained in:
parent
86d63d4460
commit
db25d6553a
@ -62,7 +62,7 @@ class TCPClient(
|
||||
|
||||
if (this.TCPOut != null && !this.TCPOut!!.checkError()) {
|
||||
println("send message")
|
||||
this.TCPOut!!.println(message)
|
||||
this.TCPOut!!.print(message)
|
||||
this.TCPOut!!.flush()
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user