We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d796d27 commit 37613b6Copy full SHA for 37613b6
1 file changed
SharedTopicClient.hpp
@@ -73,7 +73,7 @@ class SharedTopicClient : public LibXR::Application {
73
}
74
75
tx_thread_.Create(this, TxThreadFun, "SharedTopicClientTxThread",
76
- task_stack_depth, LibXR::Thread::Priority::MEDIUM);
+ task_stack_depth, LibXR::Thread::Priority::REALTIME);
77
78
app.Register(*this);
79
0 commit comments