You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prior to this commit, Spring Framework would use `Schedulers.elastic()`
in places where we needed to process blocking tasks in a reactive
environment.
With reactor/reactor-core#1804, a new `Schedulers.boundedElastic()`
scheduler is available and achieves the same goal with added security;
it guarantees that resources are bounded.
This commit uses that new scheduler in the standard websocket client,
since the underlying API is blocking for the connection phase and we
need to schedule that off a web server thread.
Closesgh-23661
See gh-23665
jhoeller
changed the title
Upgrade to Reactor Dysprosium
Upgrade to Reactor Dysprosium GA
Sep 23, 2019
We need to upgrade to the GA version once it's released.
The text was updated successfully, but these errors were encountered: