GP89

Results 3 issues of GP89

It looks like swift-nio is quite close to merging support for TLS PSK (https://github.com/apple/swift-nio-ssl/pull/369). I was curious what level of effort / changes would be needed to bring PSK support...

enhancement

### Describe the bug Only receiving first chunk of data receiving from `FileMiddleware` static server. This could well be due to the way I'm using Network.framework as a test client,...

bug

I was monitoring "/Volumes" to detect usb devices being mounted/unmounted and noticed a significant memory leak in my application (roughly 3-5MB/sec). I tracked it down to MacFSEvents and noticed it...