Results 63 comments of Danny Sung

If you're on macOS, I think localhost is defined for both ipv4 and ipv6, which I think can sometimes cause confusion. Is it more reliable if you use 127.0.0.1? Also...

When you say "hotspot" is it something from your cellular phone company? Some of them do have filters that prevent you from running "servers". You can run a test using...

Hi @Nathipha thanks for the detailed description of the problem. And thanks @mbarnach for expanding and submitting a [PR](https://github.com/Kitura/BlueSocket/pull/201). I added more detailed comments there, but just for continuity, I'll...

The general idea is correct, but if you're trying to make a TCP server that can listen and respond to multiple clients, that isn't usually the way you structure it....

Thanks @Nathipha, I can sympathize with wanting to get your FTP server done and not having to dig too far into BlueSocket. For what it's worth, this is pretty typical...

I don't know why this would be. Would you be able to make some sample code that can demonstrate this?

There's quite a lot of code here and it's unclear what you're trying to accomplish. Delays and locks are generally not things you want in performant network code, so I...

Yes, if you can post it as a github project that would help.