Hi All,
I have recieved this error from the error log.
Not sure why? can anyone let me know what is the solution? Project in escalation mode
2016-05-13 00:32:22,536 [70]
ERROR Invalid TCP frame received.
EventStore.ClientAPI.Transport.Tcp.PackageFramingException:
Package size is out of bounds: 67122424 (max: 67108864).
at
EventStore.ClientAPI.Transport.Tcp.LengthPrefixMessageFramer.Parse(ArraySegment`1
bytes)
at
EventStore.ClientAPI.Transport.Tcp.LengthPrefixMessageFramer.UnFrameData(IEnumerable`1
data)
at EventStore.ClientAPI.Transport.Tcp.TcpPackageConnection.OnRawDataReceived(ITcpConnection
connection, IEnumerable`1 data)