Tom Weiland

Results 60 comments of Tom Weiland

What warnings have you fixed? Most of the changes you've made are clean up (not all of which actually improve readability), but some add things that are unnecessary, and a...

What IDE are you using? I'm using Visual Studio (which is arguably the most commonly used IDE) and don't get any of these warnings...

I've integrated most of these changes in my latest clean up commit. For future pull requests, please make sure to build the solution locally before committing so that your changes...

So it happens on the 6th connection attempt? Every time, or does it vary (or maybe even sometimes not happen at all)? Is this happening in a custom project? If...

Sorry for the late response—what code exactly are you running that's causing it? Does it happen for both server and client? I'll try to reproduce the problem at some point,...

@spaceneb if you (or anyone else for that matter) can't provide any extra information about this issue, I'm going to have to close it due to inactivity as it's simply...

I'm still unable to reproduce this issue, but I've now added an option to disable dual-mode sockets and instead use either only IPv4 or only IPv6 (see commits ddc3c4a0b45d265bb40906ba9770d00cbbcc8108 and...

The server shouldn't be specifying an IP to listen on though... `IPAddress.IPv6Any` [tells the socket to listen on all network interfaces](https://docs.microsoft.com/en-us/dotnet/api/system.net.ipaddress.ipv6any).

For someone who has built a networking solution like this, I'm probably a lot less familiar with "advanced network setups" than I should be, so I'm genuinely asking for clarification...

> mine says that it failed after 0 attempts? it seems to me that it just outright fails to send things sometimes; odd because i thought a localhost connection dropping...