Skip to content
This repository has been archived by the owner on Nov 21, 2020. It is now read-only.

Commit

Permalink
Add info about zipkin-js issue #33
Browse files Browse the repository at this point in the history
  • Loading branch information
jpiechowka committed Aug 20, 2016
1 parent 43b6485 commit 3bdb47d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CujojsClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ client({
}).then(function(response) {
console.log('response: ', response);

//TODO: FIX
//TODO: DELETE THIS WHEN ISSUE IS RESOLVED - https://github.com/openzipkin/zipkin-js/issues/33
setTimeout(function () {
console.log('timeout');
}, 5000);


});
});

0 comments on commit 3bdb47d

Please sign in to comment.