Commit 969f5d53 authored by Savorboard's avatar Savorboard

Fix diagnostics event error. #504

parent 557c3142
......@@ -299,7 +299,7 @@ namespace DotNetCore.CAP.Internal
{
var now = DateTimeOffset.UtcNow.ToUnixTimeMilliseconds();
var eventData = new CapEventDataPubSend()
var eventData = new CapEventDataSubStore()
{
OperationTimestamp = now,
Operation = message.GetName(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment