JornWildt / Ramone

A C# client framework for consuming HTTP/REST services
Other
61 stars 11 forks source link

Serilizer should protect agains stack overflows #37

Closed JornWildt closed 7 years ago

JornWildt commented 7 years ago

By accident I tried to serialize a RamoneSession instance. That resulted in a stack overflow - probably because of circular object references.

Try avoid that kind of issues.

JornWildt commented 7 years ago

Maybe also detect this mistake:

poeUrl.Bind(Session.)...

which should have been

Session.Bind(poeUrl).