We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d3bfc6 commit 6ebf76dCopy full SHA for 6ebf76d
src/EventSourcingDb/Client.cs
@@ -350,6 +350,7 @@ public async IAsyncEnumerable<Event> ObserveEventsAsync(
350
line.ThrowIfNotExpectedError();
351
throw new Exception(line.Payload.GetString() ?? "unknown error");
352
case "heartbeat":
353
+ _logger.LogTrace("Heartbeat received.");
354
continue;
355
default:
356
throw new Exception($"Failed to handle unsupported line type '{line.Type}'.");
0 commit comments