Skip to content

Commit

Permalink
https://telecominfraproject.atlassian.net/browse/WIFI-12947
Browse files Browse the repository at this point in the history
Signed-off-by: stephb9959 <[email protected]>
  • Loading branch information
stephb9959 committed Sep 25, 2023
1 parent 657c96f commit 33e010b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rttys/RTTYS_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -640,11 +640,13 @@ namespace OpenWifi {
poco_trace(Logger(),
fmt::format("Sending {} key strokes to device.", ReceivedBytes));
std::cout << "Received bytes: " << ReceivedBytes << std::endl;
DBGLINE
if (!RTTYS_server().KeyStrokes(Connection, FrameBuffer, ReceivedBytes)) {
DBGLINE
EndConnection(Connection,__func__,__LINE__);
return;
}
DBGLINE
}
} break;
case Poco::Net::WebSocket::FRAME_OP_CLOSE: {
Expand Down

0 comments on commit 33e010b

Please sign in to comment.