mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralgw.git
synced 2025-11-02 11:47:47 +00:00
Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
This commit is contained in:
@@ -640,11 +640,13 @@ namespace OpenWifi {
|
|||||||
poco_trace(Logger(),
|
poco_trace(Logger(),
|
||||||
fmt::format("Sending {} key strokes to device.", ReceivedBytes));
|
fmt::format("Sending {} key strokes to device.", ReceivedBytes));
|
||||||
std::cout << "Received bytes: " << ReceivedBytes << std::endl;
|
std::cout << "Received bytes: " << ReceivedBytes << std::endl;
|
||||||
|
DBGLINE
|
||||||
if (!RTTYS_server().KeyStrokes(Connection, FrameBuffer, ReceivedBytes)) {
|
if (!RTTYS_server().KeyStrokes(Connection, FrameBuffer, ReceivedBytes)) {
|
||||||
DBGLINE
|
DBGLINE
|
||||||
EndConnection(Connection,__func__,__LINE__);
|
EndConnection(Connection,__func__,__LINE__);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
DBGLINE
|
||||||
}
|
}
|
||||||
} break;
|
} break;
|
||||||
case Poco::Net::WebSocket::FRAME_OP_CLOSE: {
|
case Poco::Net::WebSocket::FRAME_OP_CLOSE: {
|
||||||
|
|||||||
Reference in New Issue
Block a user