ReadEventAsync does not resolve links to an event

Hi,

When I load the event using ReadEventAsync for a given event numer, the event is loaded, but it’s not resolved.

The parameter “resolveLinksToOs” is set to true. The event is not deleted /archived.

Auto Generated Inline Image 1.png

Did anyone experienced that? Is there any way to workaround it?

Thanks,

Marcin

What is original event here (its not visible in your image)

Auto Generated Inline Image 1.png

Thanks for quick answer.

Event is always equal to OriginalEvent.

Auto Generated Inline Image 1.png

W dniu czwartek, 16 lutego 2017 16:53:24 UTC+1 użytkownik Greg Young napisał:

Event Type is Message Received what would you expect it to resolve to? Only link events resolve.

Auto Generated Inline Image 1.png

You’re right. Excuse me for confusion, I’m still learning how to properly use Event Store.

I was receiving the ResolvedEvent on subscription (listening on Stream “$et-MessageReceived”) and then I had a different OriginalEvent and Event… which make sense…

In function ReadEventAsync I was reading directly from Stream “Messages”, so resolving link doesn’t make sense there.

Thanks,
Marcin

W dniu czwartek, 16 lutego 2017 19:24:23 UTC+1 użytkownik Greg Young napisał: