> Begin forwarded message:
>
> From: Michael Ferenduros via swift-users
> Subject: Re: [swift-users] [swift-dev] New Swift Snapshots Available!
> Date: August 26, 2016 at 08:00:55 PDT
> To: swift-us...@swift.org
> Reply-To: Michael Ferenduros
>
>
>> On 24 Aug 2016, at 12:38, Chris Bailey via
Yes, this is a known libkqueue issue because on linux watching a fd in epoll
can only be done once, and EVFILT_READ/EVFILT_WRITE cause two registrations for
the same fd, only one will stay.
-Pierre
> On Aug 26, 2016, at 5:43 PM, Jordan Rose via swift-corelibs-dev
> wrote:
>
>
>
>> Begin fo