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
The latest reactor-netty snapshots introduced a new method for starting the server and awaiting, without manually creating a daemon thread: HttpServer.startAndAwait(T handler, Consumer<BlockingNettyContext> onStart).
We can now safely remove the await Thread and managing the atomic reference on the netty context.
The text was updated successfully, but these errors were encountered:
The latest
reactor-netty
snapshots introduced a new method for starting the server and awaiting, without manually creating a daemon thread:HttpServer.startAndAwait(T handler, Consumer<BlockingNettyContext> onStart)
.We can now safely remove the await
Thread
and managing the atomic reference on the netty context.The text was updated successfully, but these errors were encountered: