Merge branch 'development' into LTS_development
This commit is contained in:
commit
9d58019449
1 changed files with 1 additions and 0 deletions
|
@ -194,6 +194,7 @@ void Controller::handleWebSocket(HTTP::Parser & H, Socket::Connection & C){
|
||||||
tmp[1u].append(rlxLog.getInt("time", logPos));
|
tmp[1u].append(rlxLog.getInt("time", logPos));
|
||||||
tmp[1u].append(rlxLog.getPointer("kind", logPos));
|
tmp[1u].append(rlxLog.getPointer("kind", logPos));
|
||||||
tmp[1u].append(rlxLog.getPointer("msg", logPos));
|
tmp[1u].append(rlxLog.getPointer("msg", logPos));
|
||||||
|
tmp[1u].append(rlxLog.getPointer("strm", logPos));
|
||||||
W.sendFrame(tmp.toString());
|
W.sendFrame(tmp.toString());
|
||||||
logPos++;
|
logPos++;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue