Skip to content

Commit

Permalink
Debug gcc internal compile error.
Browse files Browse the repository at this point in the history
  • Loading branch information
redboltz committed Mar 1, 2025
1 parent 2cb82f2 commit 456b996
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tool/include/coro_broker/session_state.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -732,13 +732,15 @@ struct session_state : std::enable_shared_from_this<session_state<Sp>> {
}
}
if (will_sender_) {
#if 0
co_await will_sender_(
*this,
force_move(topic),
std::vector{force_move(payload)},
opts,
force_move(forward_props)
);
#endif
}
co_return;
}
Expand Down

0 comments on commit 456b996

Please # to comment.