me-ventures / microservice-toolkit

MIT License
3 stars 1 forks source link

status endpoint breaks if circular reference is introduced into object #14

Closed EvaLok closed 7 years ago

EvaLok commented 7 years ago

while this should be fairly rare, it's certainly unexpected behaviour, and as the only reason we want the object is for reporting purposes, we should simply clone message objects instead of saving a reference to them

EvaLok commented 7 years ago

fixed