Skip to content

Commit

Permalink
Auto-commit recording
Browse files Browse the repository at this point in the history
  • Loading branch information
scottf authored and github-actions[bot] committed Aug 9, 2024
1 parent 031992b commit e1b6235
Show file tree
Hide file tree
Showing 2 changed files with 116 additions and 0 deletions.
66 changes: 66 additions & 0 deletions examples/messaging/concurrent/java/output.cast
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
{"version": 2, "width": 0, "height": 0, "timestamp": 1723232700, "env": {"SHELL": null, "TERM": null}, "title": "NATS by Example: messaging/concurrent/java"}
[2.842527, "o", "Received "]
[2.843469, "o", "hello 0\r\nReceived hello 4\r\nReceived hello 6\r\n"]
[2.844113, "o", "Received hello 1\r\nReceived hello 2\r\nReceived hello 7"]
[2.844595, "o", "\r\nReceived hello 18\r\n"]
[2.845029, "o", "Received hello 5\r\nReceived hello 11\r\nReceived hello 21\r\nReceived hello 3\r\n"]
[2.845674, "o", "Received hello 19\r\nReceived hello 20\r\nReceived hello 8\r\n"]
[2.846347, "o", "Received hello 10\r\nReceived hello 22\r\nReceived hello 23\r\nReceived hello 12\r\n"]
[2.846537, "o", "Received "]
[2.846855, "o", "hello 13"]
[2.847033, "o", "\r\n"]
[2.847502, "o", "Received hello 9\r\nReceived hello 14\r\n"]
[2.847584, "o", "Received hello 24"]
[2.847888, "o", "\r\n"]
[2.848588, "o", "Received hello 27\r\nReceived hello 28\r\nReceived hello 32\r\nReceived "]
[2.848758, "o", "hello 25\r\nReceived "]
[2.849339, "o", "hello 31\r\n"]
[2.849477, "o", "Received hello 35\r\nReceived hello 15\r\nReceived "]
[2.84974, "o", "hello 29\r\nReceived hello 34\r\n"]
[2.849834, "o", "Received "]
[2.850149, "o", "hello 37\r\n"]
[2.850327, "o", "Received "]
[2.850475, "o", "hello 38"]
[2.85065, "o", "\r\n"]
[2.850855, "o", "Received "]
[2.850971, "o", "hello 36"]
[2.851198, "o", "\r\n"]
[2.85147, "o", "Received "]
[2.851621, "o", "hello 39"]
[2.851838, "o", "\r\n"]
[2.85201, "o", "Received "]
[2.852147, "o", "hello 40"]
[2.852347, "o", "\r\n"]
[2.852549, "o", "Received "]
[2.852738, "o", "hello 45"]
[2.852884, "o", "\r\n"]
[2.853092, "o", "Received "]
[2.853298, "o", "hello 43"]
[2.853513, "o", "\r\n"]
[2.853607, "o", "Received "]
[2.853742, "o", "hello 44"]
[2.854059, "o", "\r\n"]
[2.854176, "o", "Received "]
[2.854366, "o", "hello 46"]
[2.854556, "o", "\r\n"]
[2.854747, "o", "Received "]
[2.854913, "o", "hello 42"]
[2.855088, "o", "\r\n"]
[2.855307, "o", "Received "]
[2.855426, "o", "hello 47"]
[2.855626, "o", "\r\n"]
[2.855954, "o", "Received hello 16\r\nReceived hello 17\r\n"]
[2.856369, "o", "Received hello 26"]
[2.856454, "o", "\r\n"]
[2.856506, "o", "Received "]
[2.856552, "o", "hello 49"]
[2.856604, "o", "\r\n"]
[2.856655, "o", "Received "]
[2.856717, "o", "hello 30"]
[2.856782, "o", "\r\n"]
[2.85684, "o", "Received hello 33"]
[2.856881, "o", "\r\n"]
[2.857286, "o", "Received "]
[2.857352, "o", "hello 41"]
[2.857457, "o", "\r\n"]
[2.857514, "o", "Received hello 48\r\n"]
50 changes: 50 additions & 0 deletions examples/messaging/concurrent/java/output.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
Received hello 0
Received hello 4
Received hello 6
Received hello 1
Received hello 2
Received hello 7
Received hello 18
Received hello 5
Received hello 11
Received hello 21
Received hello 3
Received hello 19
Received hello 20
Received hello 8
Received hello 10
Received hello 22
Received hello 23
Received hello 12
Received hello 13
Received hello 9
Received hello 14
Received hello 24
Received hello 27
Received hello 28
Received hello 32
Received hello 25
Received hello 31
Received hello 35
Received hello 15
Received hello 29
Received hello 34
Received hello 37
Received hello 38
Received hello 36
Received hello 39
Received hello 40
Received hello 45
Received hello 43
Received hello 44
Received hello 46
Received hello 42
Received hello 47
Received hello 16
Received hello 17
Received hello 26
Received hello 49
Received hello 30
Received hello 33
Received hello 41
Received hello 48

0 comments on commit e1b6235

Please sign in to comment.