Bruno Pires
Bruno Pires
Adds support to configure the channels in the constructor. example of usage: `var client = new RealtimeClient(new Uri("wss://ws-feed.gdax.com"), new String[] { "BTC-EUR" }, new[]{ new { name = "ticker", product_ids...
I have a fake framework project that i migrated to XCode5 and it's running well with Mk8. Now i'm trying to create some unit tests, so i've created a new...