-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
95a9069
commit e818b2a
Showing
2 changed files
with
24 additions
and
0 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
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"] |
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,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 |
e818b2a
There was a problem hiding this comment.
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