[Twisted-Python] Unjellying and circular references?

2020-12-11 Thread Jasper Phillips
I'm using perspective broker to transfer objects in a networked game, which I'm having trouble unjellying -- the remote versions wind up with dangling twisted.persisted.crefutil._Dereference instances, so don't match the original objects. I'm seeing this for objects that have circular references t

Re: [Twisted-Python] Unjellying and circular references?

2020-12-16 Thread Jasper Phillips
On Fri, Dec 11, 2020 at 6:08 AM Jean-Paul Calderone < exar...@twistedmatrix.com> wrote: > On Fri, Dec 11, 2020 at 8:19 AM Jasper Phillips > wrote: > >> I'm using perspective broker to transfer objects in a networked game, >> which I'm having trouble unjellyin