Consume Recipe when building a Stream
This commit is contained in:
parent
69ed631d44
commit
c688452d7b
4 changed files with 5 additions and 4 deletions
|
|
@ -470,6 +470,7 @@ impl Subscriptions {
|
|||
|
||||
let stream = recipe.stream(event_receiver);
|
||||
|
||||
// TODO: Find out how to avoid using a mutex here
|
||||
let proxy =
|
||||
std::sync::Arc::new(std::sync::Mutex::new(proxy.clone()));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue