prooph/event-store-http-client

Event data body with escaped quotes

krofka opened this issue · 2 comments

Hi,

I found the problem with $by_correlation_id in ES version 5, when using this library to append events through HTTP API (https://groups.google.com/forum/#!topic/event-store/1_e1yZfeWP0). The library sends json with escaped quotes in data and metadata, so the projection is not working.

Is it problem of the library or EventStore?

Thanks,
Jakub Koci

Edit: see also EventStore/EventStore#1875

Problem was resolved in ES... EventStore/EventStore#1875 (comment)

Thanks for reporting @krofka