diff --git a/websocketpp/transport/asio/connection.hpp b/websocketpp/transport/asio/connection.hpp index af91a791be..341e93bc60 100644 --- a/websocketpp/transport/asio/connection.hpp +++ b/websocketpp/transport/asio/connection.hpp @@ -228,6 +228,7 @@ protected: // would this work? m_io_service->post(handler); + return lib::error_code(); } lib::error_code dispatch(dispatch_handler handler) {