Hi all,
I have bunch of events containing base64 encoded images in eventstore. When I am running catchup subscription (.NET api) connection to event store is dropped after approx 1500 events.
When I am reading stream with some other type of data (events with images can be quite large), I don’t have such issues. Is there any size limit for events? I don’t have any problems viewing all events through web ui.
Here are some details:
-
Event Store Oss Win 3.2.2
-
Event Store Client API 3.2.1.0
Event Store error message:
[06248,05,07:24:31.386] ES TcpConnection closed [07:24:31.386: N127.0.0.1:11898, L127.0.0.1:1113, {79eba5d0-f2b9-4a51-81cd-615fd338239b}]:
Received bytes: 125, Sent bytes: 22
Send calls: 1, callbacks: 1
Receive calls: 3, callbacks: 3
Close reason: [ConnectionReset] Socket receive error
Catch up subscription code: