-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from daulet/master
Better formatting of FprintReader output
- Loading branch information
Showing
3 changed files
with
60 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
initial state: "\x01\x02\x03" | ||
#1: kind: REQUEST, method: /intstore.IntStore/Set, ref index: 0, message: | ||
name: "a" | ||
value: 1 | ||
#2: kind: RESPONSE, method: , ref index: 1, message: | ||
#3: kind: REQUEST, method: /intstore.IntStore/Get, ref index: 0, message: | ||
name: "a" | ||
#4: kind: RESPONSE, method: , ref index: 3, message: | ||
name: "a" | ||
value: 1 | ||
#5: kind: REQUEST, method: /intstore.IntStore/Get, ref index: 0, message: | ||
name: "x" | ||
#6: kind: RESPONSE, method: , ref index: 5, error: rpc error: code = NotFound desc = "x" | ||
#7: kind: CREATE_STREAM, method: /intstore.IntStore/ListItems, ref index: 0 | ||
#8: kind: SEND, method: , ref index: 7, message: | ||
#9: kind: RECV, method: , ref index: 7, message: | ||
name: "a" | ||
value: 1 | ||
#10: kind: RECV, method: , ref index: 7, error: EOF | ||
#11: kind: CREATE_STREAM, method: /intstore.IntStore/SetStream, ref index: 0 | ||
#12: kind: SEND, method: , ref index: 11, message: | ||
name: "b" | ||
value: 2 | ||
#13: kind: SEND, method: , ref index: 11, message: | ||
name: "c" | ||
value: 3 | ||
#14: kind: RECV, method: , ref index: 11, message: | ||
count: 2 | ||
#15: kind: CREATE_STREAM, method: /intstore.IntStore/StreamChat, ref index: 0 | ||
#16: kind: SEND, method: , ref index: 15, message: | ||
name: "d" | ||
value: 4 | ||
#17: kind: RECV, method: , ref index: 15, message: | ||
name: "d" | ||
value: 4 | ||
#18: kind: SEND, method: , ref index: 15, message: | ||
name: "e" | ||
value: 5 | ||
#19: kind: RECV, method: , ref index: 15, message: | ||
name: "e" | ||
value: 5 | ||
#20: kind: RECV, method: , ref index: 15, error: EOF |