Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
walkor committed Feb 9, 2016
1 parent 357ad8a commit 394b65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/server.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
$worker->onWorkerStart = function()
{
Channel\Client::on('test event', function($event_data){
echo 'test event triggered event_data is :';
echo 'test event triggered event_data :';
var_dump($event_data);
});
Timer::add(5, function(){
Expand Down

0 comments on commit 394b65a

Please sign in to comment.