Skip to content

Commit

Permalink
changed scheme in example back to tcp://
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelog committed May 2, 2011
1 parent cc8eec3 commit 67001df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/quickstart/example.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public function handle(EventMessage $event)
'secret' => $argv[4],
'connect_timeout' => 60,
'read_timeout' => 60,
'scheme' => 'tls://' // try tls://
'scheme' => 'tcp://' // try tls://
);
$a = new ClientImpl($options);
$a->registerEventListener(new A());
Expand Down

0 comments on commit 67001df

Please sign in to comment.