turcsanyip commented on pull request #5645: URL: https://github.com/apache/nifi/pull/5645#issuecomment-1007645018
@Lehel44 Thanks for fixing this backward compatibility issue! The original "no incoming FlowFile" mode works properly again. However, there is still a bug with the "input connection" mode. Once a new FF is received, ConnectWebSocket opens a new websocket connection but it does not close the old one. It means that multiple connections are maintained and when the websocket server sends something, we get duplicated FlowFiles from ConnectWebSocket. Could you please fix this issue too? -- 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]
