This commit is contained in:
Peter Thorson
2013-05-05 18:42:00 -05:00
parent b4edb1be06
commit 971482e0b8

View File

@@ -42,11 +42,11 @@ public:
//con->set_proxy("http://humupdates.uchicago.edu:8443");
endpoint.connect(con);
m_endpoint.connect(con);
// Start the ASIO io_service run loop
m_start = std::chrono::high_resolution_clock::now();
endpoint.run();
m_endpoint.run();
}
void on_socket_init(websocketpp::connection_hdl hdl) {