Ray Kelly
Ray Kelly
TCP. And yes, opens around 10-12 sockets all at the same time. Each on their on thread.
I think I found the issue. It appears that I am opening with an IPV6 address (not intended on my part!). I assume your libarary does not work with IPv6?...
Thanks Ryan. Yes is extremely complicated and I still don't even get it. I am running from your source code now. Ray
That wont work in my case. I am connected to a server that is streaming data constantly and it requires a keep alive from my app every few seconds. Think...
Ah, I see. No, this is not SVC Record related. Its simply a named port e.g "ftp" = port 21. Guess I need to keep looking for a PCL DNS...
And I should add, I would expect reading from a disconnected socket should either Timeout (based on the ReadStream Timeout property) or throw an error. Either one would be great.
And actually, when read returns 0, can I assume that means I am disconnected? If so, that would be fine as well.
Thanks! And yes. Would be great to be able to specify a timeout on ConnectAsync. I know I can use Task.Wait, but that holds up the thread. There doesnt seem...
Thank you. Do you have an ETA on the next version?
Screenshot showing the different write properties on the characteristic between iOS and Android. 