As of reactor/reactor-netty#860, Reactor Netty allows to configure the quiet period when disposing of the Netty resources.
We should expose this as an option in ReactorResourceFactory, as the default quiet period of 2 seconds can be a problem in test suites or while developing an application (e.g. Spring Boot devtools).
As of reactor/reactor-netty#860, Reactor Netty allows to configure the quiet period when disposing of the Netty resources.
We should expose this as an option in
ReactorResourceFactory, as the default quiet period of 2 seconds can be a problem in test suites or while developing an application (e.g. Spring Boot devtools).