Skip to content

Commit b39c6f9

Browse files
committed
Merge pull request #175 from steveYeah/master
Typo in RPC example
2 parents f039931 + c7bced7 commit b39c6f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ public function indexAction($name)
393393
{
394394
$client = $this->get('old_sound_rabbit_mq.integer_store_rpc');
395395
$client->addRequest(serialize(array('min' => 0, 'max' => 10)), 'random_int', 'request_id');
396-
$timout = 5; // seconds
396+
$timeout = 5; // seconds
397397
try {
398398
$replies = $client->getReplies($timeout);
399399
// process $replies['request_id'];

0 commit comments

Comments
 (0)