diff --git a/websocketpp/connection.hpp b/websocketpp/connection.hpp index 5c40653cb6..6f517e5388 100644 --- a/websocketpp/connection.hpp +++ b/websocketpp/connection.hpp @@ -197,6 +197,7 @@ public: */ void set_handle(connection_hdl hdl) { m_connection_hdl = hdl; + transport_type::set_handle(hdl); } /// Get Connection Handle