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
Shut down happens, just not as quick as expected. Same is true in my tests with netty. I'd still want to revisit shutdown sequence so keeping this open.
nayato
changed the title
SingleThreadEventExecutor never shuts down gracefully
SingleThreadEventExecutor shutdown takes long time
Nov 22, 2015
Motivation:
Fix up top priority issues to ensure proper working state with recent changes.
Modifications:
- TlsHandler negotiates TLS 1.0+ on server side (Azure#89)
- STEE properly supports graceful shutdown (Azure#7)
- UnpooledHeapByteBuffer.GetBytes honors received index and length (Azure#88)
- Echo E2E test uses length-prefix based framing (Azure#90)
Result:
Setting up DotNetty does not require workarounds for shutdown and hacks to enable negotiation of higher versions of TLS. Tests are passing even with new SslStream behavior.
No description provided.
The text was updated successfully, but these errors were encountered: