Results 1 issues of Stefan Lechner

After debugging a while, I figured out, that the communication is hard newline driven. synchronized(inputStream) { try { val receivedString = **reader.readLine()** if (!TextUtils.isEmpty(receivedString)) { emitter.onNext(receivedString) } } catch (e:...