Ryan Davis

Results 83 comments of Ryan Davis

Howdy, Can you talk more about your setup? e.g. - are you using iOS device or simulator? what network is the device/simulator running on? what are you sending the udp...

Howdy.. haven't come across an error like this before. Remind me, are you using TCP or UDP sockets? Does your application open many socket connections over time?

Interesting - I don't do anything to explicitly support or not support ipv6 - but I've had people in the past discuss adding support for it. No idea how big...

Hi - sorry about the delayed response. The stacktrace is interesting and I've never encountered this one before. Can you try using a zero buffer size? How frequently does the...

Hi again - can you share any example code or message? How big are we talking when you say the message is bigger? `ReadStream` and `WriteStream` are .NET based; but...

That seems like a really large message! If I'm not mistaken, 1560805376 is 1,500MB. It's not going to work: ``` cs var a = new byte[1560805376]; var b = Encoding.UTF8.GetString(a);...

Hi again, Yes, I think this is a good idea; though I would prefer it as an on-demand call rather than a stored reference if possible. So something like a...

Howdy, I think this may be a fairly complicated, the challenge will be coming up with an api that will work for all the platforms concerned. It might be possible...

Ok - glad I'm not the only one that thinks that explanation of steps was pretty wild. I don't know what your use case is but maybe allowing disconnect and...