Skip to content

Commit

Permalink
Auto-commit recording
Browse files Browse the repository at this point in the history
  • Loading branch information
bruth authored and github-actions[bot] committed Dec 21, 2022
1 parent 95a9069 commit e818b2a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions examples/messaging/pub-sub/dotnet/output.cast
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{"version": 2, "width": 0, "height": 0, "timestamp": 1671651180, "env": {"SHELL": null, "TERM": null}, "title": "NATS by Example: messaging/pub-sub/dotnet"}
[2.429222, "o", "Network 0e2ecd29_default Creating\r\n"]
[2.489892, "o", "Network 0e2ecd29_default Created\r\n"]
[2.495693, "o", "Container 0e2ecd29-nats-1 Creating\r\n"]
[2.538924, "o", "Container 0e2ecd29-nats-1 Created\r\n"]
[2.540115, "o", "Container 0e2ecd29-nats-1 Starting"]
[2.54021, "o", "\r\n"]
[2.948982, "o", "Container 0e2ecd29-nats-1 Started\r\n"]
[3.730881, "o", "Async handler received the message 'hello pam 1' from subject 'greet.pam'\r\nSync subscription received the message 'hello pam 1' from subject 'greet.pam'\r\n"]
[3.7318, "o", "Async handler received the message 'hello joe 2' from subject 'greet.joe'\r\n"]
[3.831883, "o", "Sync subscription no messages currently available\r\n"]
[3.849172, "o", "DisconnectedEvent, Connection: 4\r\nClosedEvent, Connection: 4\r\n"]
12 changes: 12 additions & 0 deletions examples/messaging/pub-sub/dotnet/output.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Network 0e2ecd29_default Creating
Network 0e2ecd29_default Created
Container 0e2ecd29-nats-1 Creating
Container 0e2ecd29-nats-1 Created
Container 0e2ecd29-nats-1 Starting
Container 0e2ecd29-nats-1 Started
Async handler received the message 'hello pam 1' from subject 'greet.pam'
Sync subscription received the message 'hello pam 1' from subject 'greet.pam'
Async handler received the message 'hello joe 2' from subject 'greet.joe'
Sync subscription no messages currently available
DisconnectedEvent, Connection: 4
ClosedEvent, Connection: 4

1 comment on commit e818b2a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for nats-by-example ready!

✅ Preview
https://nats-by-example-1vltbad3l-connecteverything.vercel.app

Built with commit e818b2a.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.