Hi.
I have two UE5 application, Master and Slave, that talk via OSC messages. Both use an OSC Server and of course the server is kept in a variable.
My question is about the OSC Client: is it worth creating it only once and keeping it in a variable or is it better to create a temporary one each time you need it?