Skip to content

Commit

Permalink
set param critical so we assure TCP/WS updates
Browse files Browse the repository at this point in the history
  • Loading branch information
x37v committed Nov 16, 2023
1 parent 294473f commit 394aa36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Network/OSCQueryTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1141,6 +1141,7 @@ TEST_CASE("test_oscquery_osc_to_ws", "test_oscquery_osc_to_ws")
ossia::net::parameter_base* server_param{};
{
auto& n = find_or_create_node(serv, "/main");
n.set(critical_attribute{}, true);
server_param = n.create_parameter(ossia::val_type::FLOAT);
server_param->push_value(6);
}
Expand Down

0 comments on commit 394aa36

Please sign in to comment.