We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ea55c8 + af06713 commit 0d85ddeCopy full SHA for 0d85dde
include/rohrkabel/channel/channel.inl
@@ -27,7 +27,7 @@ namespace pipewire
27
template <cr::Visitable<T> Callback>
28
void receiver<T>::attach(std::shared_ptr<main_loop> loop, Callback &&callback)
29
{
30
- static auto receive = [this, callback = std::forward<Callback>(callback)]()
+ auto receive = [this, callback = std::forward<Callback>(callback)]()
31
32
cr::receiver<T>::recv(callback);
33
};
0 commit comments