Skip to content
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

ReactiveRedisSessionRepository Block when creating new session #2393

Closed
realzero0 opened this issue Aug 8, 2023 · 2 comments
Closed

ReactiveRedisSessionRepository Block when creating new session #2393

realzero0 opened this issue Aug 8, 2023 · 2 comments
Assignees
Labels
Milestone

Comments

@realzero0
Copy link

java.util.UUID.randomUUID() is blocking

it might have to be changed to non-blocking way..

reactor/BlockHound#157

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Aug 8, 2023
@quaff
Copy link
Contributor

quaff commented Aug 10, 2023

You can implement your own SessionIdGenerator after v3.2.0 released.

@marcusdacoregio marcusdacoregio self-assigned this Aug 10, 2023
@marcusdacoregio marcusdacoregio added type: bug A general bug in: redis and removed status: waiting-for-triage An issue we've not yet triaged labels Aug 10, 2023
@marcusdacoregio marcusdacoregio added this to the 3.2.0-RC1 milestone Aug 10, 2023
quaff added a commit to quaff/spring-session that referenced this issue Aug 11, 2023
@quaff
Copy link
Contributor

quaff commented Aug 11, 2023

@marcusdacoregio You missed #2396

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

No branches or pull requests

4 participants