Releases: Kitura/Kitura-NIO
Releases · Kitura/Kitura-NIO
v1.0.3
What's fixed
- Moving the Kitura router invocation from the event loop to a dispatch queue (#78)
- Moving ClientRequest.end to a dispatch queue, avoiding wait() calls on the event loop (#79)
- Fixing a thread leak by shutting down the event loop group created by ClientRequest (#76)
- Eliminate zlib linker failures on Ubuntu 16.04 docker images(#77)
- Set SO_REUSEADDR on socket channels to avoid bind errors in Kitura-NIO and Kitura tests (#82)