Risord
Risord
(And now it's working again...)
Edit: Fixed markdown presentation
Making identifiers to it's own types is quite clearly "the right way" and it's great that it's on your concern list. Auto generated interface implementations sounds good way to work...
I think using such database specific feature is out of scope from Rezoom point of view. So just use raw Postgre SQL or traditional relational DB way: N-M relationship between...
> > > > I personally think for symmetry `elif` should be supported. I would be deeply confused if it wasn't. > > Also it allows things like this (which...
@fauxpark well I haven't used that configurator for BFO for long time but it works now so let's close this. I will report if that reappears.
It's not a bug. NetworkList implements IDisposable interface which tells that it must be free when no longer used. Since in this case you are the one who created NetworkList...
Sorry for sloppy response. Indeed it seems that NetworkList is intended to be disposed automatically by NetworkBehavior.OnDestroy (just like NetworkVariable which seems to implements IDisposable too). Stacktrace is indeed suspicious.