-
-
Notifications
You must be signed in to change notification settings - Fork 27.3k
Optimized NioReactor stop() (Reactor Pattern) #1930
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@ohbus I would appreciate your consultation here. Do you have any idea why CircleCI test fails here? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The build is failing due to Checkstyle issue
You're right about the check styles. We have 3 builds checking the same code, all of them must not fail. |
|
I already use Google checkstyle.xml. |
Kudos, SonarCloud Quality Gate passed! |
Thank you for the valuable improvement! |
I've put up a pull request to add @yuhangbin! 🎉 |
…1930) * Optimized NioReactor stop() * Optimized ThreadPoolDispatcher stop()
Optimize the closing mode of reactorMain(class: ExecutorService).
Ensure that reactorMain closes on time.
Please see the code.
Reference: