betfairng icon indicating copy to clipboard operation
betfairng copied to clipboard

but will it work in mono? :P

Open mattgi opened this issue 10 years ago • 2 comments

Before I go and download OSX equivalents and step back in to the world of .NET, does mono support any of the new fancy stuff you're using?

mattgi avatar Jul 07 '14 23:07 mattgi

Mono has all the Rx goodness out of the box, however, the X509Certificate stuff required for BetfairClient.Login didn't seem to be working when I tried it. Couldn't pin down the problem at the time, but my guess is Google will save us. Send me a pull request if you fix it.

joelpob avatar Jul 08 '14 02:07 joelpob

I've ported some of your code to nodejs and am having the issue with the X509Certificate stuff now... getting back CERT_AUTH_REQUIRED. I side-stepped the issue by then just trying curl and discovered certs aren't supported in the latest version of curl that is shipped with OSX (--cert and -E don't work). So now back to looking at my node version. Certs are never fun.

mattgi avatar Jul 10 '14 00:07 mattgi