Meanwhile, we’re doing testing with the .Net client on two local databases, and we’re getting:
[08,11:26:19.922,ERROR] TcpPackageConnection: [127.0.0.1:1114, L127.0.0.1:63461, {3d4d209b-2663-4e3a-8e79-8976147e19f0}]. Invalid TCP frame received.
EXCEPTION(S) OCCURRED:
EventStore.ClientAPI.Transport.Tcp.PackageFramingException: Package size is out of bounds: 111038993 (max: 67108864). This is likely an exceptionally large message (reading too many things) or there is a problem with the framing if working on a new client.
What immediate problem causes this, what’s its root cause problem and how do we avoid it in the future.
We’re using client 3.9.5 (latest) with ES 3.9.4 (running on macOS)