vlingo / xoom-wire

The VLINGO XOOM platform SDK wire protocol messaging implementations, such as with full-duplex TCP and UDP multicast, and RSocket, using VLINGO XOOM ACTORS.
Mozilla Public License 2.0
13 stars 11 forks source link

Netty graceful shutdown configuration #39

Closed alexguzun closed 4 years ago

alexguzun commented 4 years ago

By default, netty resources can take up to 2 seconds to shutdown gracefully. This PR allows to configure NettyServerChannelActor with graceful shutdown quite period and timeout configurable.

With the default values, the Netty resources will be shutdown imediatelly.