Closed
Description
Describe the bug
in master
branch, Schedulers.boundedElastic()
is not used because the Mono
chain is broken.
To Reproduce
Call WebSessionServerCsrfTokenRepository#generateToken()
.
Expected behavior
Use Schedulers.boundedElastic()
.
Sample
N/A
I think I need to revert back to 8866fa6: