I see that before OF0.9.0 we use:
bool getNextMessage( ofxOscMessage* )
and from OF0.9.0 there added another function:
bool getNextMessage( ofxOscMessage& msg )
but according to my test, use the latter one will cause the program crash occasional. Is there anyone has the same experience?