Ryan Davis

Results 83 comments of Ryan Davis

Hi - sounds like you're doing the right thing. Do you get this error on all platforms?

I think you are attaching or trying to include images in the issue but I can't see them - are you able to share links? There's no problem with using...

Hello, glad the library is working out for you! I'm not really familiar with strong naming - let me have a look into it.

Hey Dmitry, Might be best if you do put together a PR; I'm a bit flat-strap at the moment 🙇. What are the implications for releases, and for other contributors?...

Hello. You are right that `SocketException` is thrown and that it can't_*_ be caught right now. There is #21 that has some of the support added, but I have been...

Howdy, You can tack timeout on to any task-based methods if you're using the current stable. [Here](https://gist.github.com/rdavisau/a3bfa15fc77fbc789c59) is an example of an extension method that does just that. Alternatively, the...

It's really unlikely that the example is not portable - I will eat my words if so - what profile are you using?

@netsrotr - looking at that profile, maybe you need to make it use the `TaskEx` variants to work? Either way, 2.0.2 is on NuGet now, so you could try using...

Hi @doubledunk For testing/development purposes, it's easiest to reference the appropriate .dlls directly. For example - - you clone sockets-for-pcl - you make some changes to `IUdpSocketClient` then implement the...

Hm, sounds like it would need significant changes (which is OK, if the existing assumptions are incorrect), but some thought as well. As you'd have seen the `CommsInterface` side of...