-
Notifications
You must be signed in to change notification settings - Fork 38.7k
Avoid thread pinning in SseEmitter, ResponseBodyEmitter #35423
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
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.
I just moved this field to the upper level & changed it to protected
80535b1
to
f9a40be
Compare
@acktsap please run the build locally before submitting a PR: ./gradlew check
.
You can then git push --force
to your branch to update this PR.
Closes spring-projectsgh-35422 Signed-off-by: Taeik Lim <sibera21@gmail.com>
f9a40be
to
ebce252
Compare
@acktsap please run the build locally before submitting a PR:
./gradlew check
. You can thengit push --force
to your branch to update this PR.
Completed
Closes gh-35422