Skip to content

Commit

Permalink
doc: update todos
Browse files Browse the repository at this point in the history
  • Loading branch information
mna committed Apr 7, 2016
1 parent 138ab8a commit dde17f3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ juggler-server
juggler-client
juggler-callee
juggler-load
juggler-direct-call
redis-direct
*.test

# trace/coverage files
Expand Down
2 changes: 1 addition & 1 deletion cmd/juggler-direct-call/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ loop:
ConnUUID: connUUID,
MsgUUID: uuid.NewRandom(),
URI: "test.delay",
Args: []byte("0"),
Args: []byte(`"0"`),
}
if err := broker.Call(cp, *timeoutFlag); err != nil {
log.Fatalf("Call failed: %v", err)
Expand Down
3 changes: 2 additions & 1 deletion doc/todo.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# juggler

TODO :
* Client: build a callback-style func-to-result mapping?
* README and blog article
* run something like https://github.com/mkevac/debugcharts and https://github.com/uber/go-torch and possibly https://github.com/davecheney/gcvis
* run something like https://github.com/rakyll/gom, https://github.com/mkevac/debugcharts and https://github.com/uber/go-torch and possibly https://github.com/davecheney/gcvis

0 comments on commit dde17f3

Please sign in to comment.