Skip to content

Commit

Permalink
Merge branch 'master' of github.com:my-devices/sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
obiltschnig committed Apr 9, 2022
2 parents abd1121 + ae7a065 commit c1c5c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebTunnel/src/RemotePortForwarder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ void RemotePortForwarder::updateProperties(const std::map<std::string, std::stri
writeProperties(bufferWriter, props);

Poco::FastMutex::ScopedLock lock(_webSocketMutex);
_pWebSocket->sendFrame(buffer.begin(), payloadSize + Protocol::WT_FRAME_HEADER_SIZE, Poco::Net::WebSocket::FRAME_BINARY);
_pWebSocket->sendFrame(buffer.begin(), static_cast<int>(payloadSize + Protocol::WT_FRAME_HEADER_SIZE), Poco::Net::WebSocket::FRAME_BINARY);
}


Expand Down

0 comments on commit c1c5c99

Please sign in to comment.