diff --git a/src/ripple/websocket/WebSocket02.cpp b/src/ripple/websocket/WebSocket02.cpp index 1c49fe573..da9c20b0b 100644 --- a/src/ripple/websocket/WebSocket02.cpp +++ b/src/ripple/websocket/WebSocket02.cpp @@ -72,6 +72,7 @@ boost::asio::io_service::strand& WebSocket02::getStrand (Connection& con) template <> void ConnectionImpl ::setPingTimer () { +#if 0 connection_ptr ptr = m_connection.lock (); if (ptr) @@ -86,6 +87,7 @@ void ConnectionImpl ::setPingTimer () this->m_pingTimer.async_wait (ptr->get_strand ().wrap (pt)); } +#endif } template <>