diff --git a/tool/include/coro_broker/session_state.hpp b/tool/include/coro_broker/session_state.hpp index 09113268..ae3b2d9a 100644 --- a/tool/include/coro_broker/session_state.hpp +++ b/tool/include/coro_broker/session_state.hpp @@ -732,6 +732,7 @@ struct session_state : std::enable_shared_from_this> { } } if (will_sender_) { +#if 0 co_await will_sender_( *this, force_move(topic), @@ -739,6 +740,7 @@ struct session_state : std::enable_shared_from_this> { opts, force_move(forward_props) ); +#endif } co_return; }