Skip to content

Commit

Permalink
Remove all references to call after Yield
Browse files Browse the repository at this point in the history
  • Loading branch information
mbonneau committed May 25, 2015
1 parent 69927ea commit d709f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Thruway/Role/Dealer.php
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ private function processYield(Session $session, YieldMessage $msg)
$keepIndex = $call->processYield($session, $msg);

if (!$keepIndex) {
unset($this->callInvocationIndex[$msg->getRequestId()]);
$this->removeCall($call);
}

/* @var $procedure \Thruway\Procedure */
Expand Down

0 comments on commit d709f80

Please sign in to comment.