szaszm commented on code in PR #2084:
URL: https://github.com/apache/nifi-minifi-cpp/pull/2084#discussion_r2691423570


##########
extension-framework/src/utils/net/TcpServer.cpp:
##########
@@ -104,7 +107,7 @@ asio::awaitable<void> 
TcpServer::secureSession(asio::ip::tcp::socket socket, asi
     logger_->log_warn("Handshake with {} failed due to {}", remote_address, 
handshake_error.message());
     co_return;
   }
-  co_await readLoop(ssl_socket, remote_address, local_port);  // NOLINT
+  co_await readLoop(ssl_socket, remote_address, remote_port, local_port);  // 
NOLINT

Review Comment:
   I think the linter had issues with coroutine-related expressions and 
statements, but I'll try removing it



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to