I am using ServiceStack.Redis to store MassTransit saga instances. However, I get stack overflow exception coming from ServiceStack.Text each time I want to read the saga document by id. There are no details given and Visual Studio jsut says that the number of stack frames is exceeded. The document looks like this:
"CorrelationId": "e42b5beb400be1125658e502ab0675a9",
"TrackedObjectId": 267258,
"LastPositionReceivedAtUTC": "/Date(-62135596800000-0000)/",
"Positions": [],
"Id": "e42b5beb400be1125658e502ab0675a9"
}```