Skip to content

Commit 969f5d5

Browse files
committed
Fix diagnostics event error. #504
1 parent 557c314 commit 969f5d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DotNetCore.CAP/Internal/IConsumerRegister.Default.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ private void TracingError(long? tracingTimestamp, TransportMessage message, Brok
299299
{
300300
var now = DateTimeOffset.UtcNow.ToUnixTimeMilliseconds();
301301

302-
var eventData = new CapEventDataPubSend()
302+
var eventData = new CapEventDataSubStore()
303303
{
304304
OperationTimestamp = now,
305305
Operation = message.GetName(),

0 commit comments

Comments
 (0)