Bill Abt

Results 27 comments of Bill Abt

Let me look into it a bit more. At first glance, it doesn't look like it'll be too difficult.

I’m getting ready to retire so after that I’ll have more time to look at this. It’s coming. 😉

What are you passing in the _node_ parameter? The value must be a _String_ containing the _numeric_ representation of the address you’re trying to connect to.

Can you give me an example? I’ve tried it here and it seems to be working fine.

I’ll look into it a bit deeper. Hopefully I can reproduce it.

When I attempt to compile your test program, I get the following error: ``` error: 'fork()' is unavailable: Please use threads or posix_spawn*() ``` It appears that _fork()_ is _no...

I used Swift 3.1 and tried it on both macOS and ubuntu 16.04. _fork_ support was purposely dropped in Swift 3.1 for issues like the one you're running into.

Let me know how you make out. Thanks.

I'll look into it a bit deeper here as well... I'll post anything I find. Thanks.

@shanksyang: I was able to reproduce the error on 16.04 with the released version of Swift 3.1.1. I had been still using the _development version of Swift 3.1.1 prior_ which...