commit 12/02/2026
This commit is contained in:
@@ -39,8 +39,8 @@ class TCP_Barix_Command_Server {
|
||||
socketMap[key] = socket
|
||||
Logger.info { "Start communicating with Streamer Output with IP : $key" }
|
||||
try{
|
||||
|
||||
val din = DataInputStream(socket.getInputStream())
|
||||
|
||||
var VuZeroCounter = 0L
|
||||
while (isActive) {
|
||||
|
||||
@@ -50,6 +50,7 @@ class TCP_Barix_Command_Server {
|
||||
Logger.info { "Connection closed by Streamer Output with IP $key" }
|
||||
break
|
||||
}
|
||||
|
||||
if (readbytes == 0) continue
|
||||
var stringlength = 0
|
||||
try{
|
||||
|
||||
Reference in New Issue
Block a user