OSCServer - what's the "Outer" pin for?

I use a lot the OSC plugin.
When I create an OSCServer I always store a refence to it in a variable to use it all around.

Today, while test-packaging my project, I noticed this in the Output Log:

“LogOSC: Warning: Outer object not set. OSCServer may be garbage collected if not referenced.”

I know I don’t need to take action to avoid the garbage collector, but now I’m SO curious: what’s the “Outer” Object Reference pin for?

1 Like

I have the same problem