Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dvo3 #224

Merged
merged 2 commits into from
Jul 11, 2024
Merged

Dvo3 #224

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/jetstream/ack-ack/dotnet2/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
var consumerName1 = "consumer1";
var consumerName2 = "consumer2";

// Remove the stream first, so we have a clean starting point.
// Remove the stream first so we have a clean starting point.
try
{
await js.DeleteStreamAsync(stream);
Expand Down
1 change: 0 additions & 1 deletion examples/jetstream/ack-ack/dotnet2/output.cast
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{"version": 2, "width": 0, "height": 0, "timestamp": 1720620636, "env": {"SHELL": null, "TERM": null}, "title": "NATS by Example: jetstream/ack-ack/dotnet2"}
[0.936249, "o", "\u001b[33mWARN\u001b[0m[0000] /tmp/4134930204/docker-compose.yaml: `version` is obsolete \r\n"]
[2.176865, "o", "info: NATS.Client.Core.NatsConnection[1001]\r\n Try to connect NATS nats://nats:4222\r\n"]
[2.219699, "o", "info: NATS.Client.Core.Internal.NatsReadProtocolProcessor[1005]\r\n Received server info: ServerInfo { Id = NA4I74EZCLUSA4FD7XDAPHXW4P2CLLUHRM4LO5WXG4LN3QE46LK2EYWE, Name = NA4I74EZCLUSA4FD7XDAPHXW4P2CLLUHRM4LO5WXG4LN3QE46LK2EYWE, Version = 2.10.4, ProtocolVersion = 1, GitCommit = abc47f7, GoVersion = go1.21.3, Host = 0.0.0.0, Port = 4222, HeadersSupported = True, AuthRequired = False, TlsRequired = False, TlsVerify = False, TlsAvailable = False, MaxPayload = 1048576, JetStreamAvailable = True, ClientId = 5, ClientIp = 172.18.0.3, Nonce = , Cluster = , ClusterDynamic = False, ClientConnectUrls = , WebSocketConnectUrls = , LameDuckMode = False }\r\n"]
[2.237155, "o", "info: NATS.Client.Core.NatsConnection[1001]\r\n Connect succeed NATS-by-Example, NATS nats://nats:4222\r\n"]
Expand Down
1 change: 0 additions & 1 deletion examples/jetstream/ack-ack/dotnet2/output.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
WARN[0000] /tmp/4134930204/docker-compose.yaml: `version` is obsolete
info: NATS.Client.Core.NatsConnection[1001]
Try to connect NATS nats://nats:4222
info: NATS.Client.Core.Internal.NatsReadProtocolProcessor[1005]
Expand Down
Loading