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
A task could be lingering a long time in the Timer before it gets removed and can be GCed.
But a task contains a NettyResponseFuture that might be referencing a Channel, so also all the heavy objects that might be used in the pipeline, such as SslEngines.
The text was updated successfully, but these errors were encountered:
A task could be lingering a long time in the Timer before it gets removed and can be GCed.
But a task contains a NettyResponseFuture that might be referencing a Channel, so also all the heavy objects that might be used in the pipeline, such as SslEngines.
The text was updated successfully, but these errors were encountered: