JAEKWANG97 commented on PR #10935: URL: https://github.com/apache/seatunnel/pull/10935#issuecomment-4609189591
Thanks for catching these Paho lifecycle details. I pushed an update for both points: - handle Paho's mid-reconnect close path with `disconnectForcibly()` before `close()` - avoid throwing from `connectComplete()` on resubscribe failure; the error is stored and surfaced by the next `pollNext()` I also added/updated regression tests for both paths. -- 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]
