Skip to content

Commit

Permalink
fix Router
Browse files Browse the repository at this point in the history
  • Loading branch information
etienneroudeix committed Jul 28, 2017
1 parent a79f4b7 commit ce7dfd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "domraider/rxnet",
"description": "Rx connector for PHP",
"version": "0.6.8",
"version": "0.6.9",
"keywords": [
"rabbit",
"queue",
Expand Down
2 changes: 1 addition & 1 deletion src/Rxnet/Routing/Router.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public function onNext($value)
$labels = array_merge($labels, $vars);
$value->setLabels($labels);
$subject->onNext($value);
$subject->subscribe($value);

return;
}
}
Expand Down

0 comments on commit ce7dfd8

Please sign in to comment.