From: ahmad Date: Thu, 10 Jan 2019 19:20:38 +0000 (-0800) Subject: little change X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d24e62917ea3918990f19dbc6bb349332069d980;p=c11concurrency-benchmarks.git little change --- diff --git a/gdax-orderbook-hpp/gdax-orderbook.hpp b/gdax-orderbook-hpp/gdax-orderbook.hpp index 35410a5..baa0ea0 100644 --- a/gdax-orderbook-hpp/gdax-orderbook.hpp +++ b/gdax-orderbook-hpp/gdax-orderbook.hpp @@ -215,7 +215,7 @@ private: } /* auto connection = - m_client.get_connection("ws://fsdf.sdfj", errorCode); + m_client.get_connection("wss://ws-feed.gdax.com", errorCode); if (errorCode) { std::cerr << "failed websocketclient_t::get_connection(): " << errorCode.message() << std::endl;