Skip to content

Commit

Permalink
[mqtt] Remove debug bandaid
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed May 18, 2024
1 parent c842977 commit c245fbe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ossia/protocols/mqtt/mqtt_protocol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ struct mqtt5_client : mqtt5_client_base

boost::asio::awaitable<bool> publish(ossia::net::parameter_base& param) override
{
co_return false;
auto&& [ec, rc, props]
= co_await client.template async_publish<async_mqtt5::qos_e::at_least_once>(
param.get_node().osc_address(), ossia::convert<std::string>(param.value()),
Expand Down

0 comments on commit c245fbe

Please sign in to comment.