Closed JornWildt closed 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.
Maybe also detect this mistake:
poeUrl.Bind(Session.)...
which should have been
Session.Bind(poeUrl).
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.