stella3d / OscCore

A performance-oriented OSC library for Unity
MIT License
159 stars 28 forks source link

Adds ClearQueue method to reinitialize m_MainThreadQueue #15

Open momo-the-monster opened 2 years ago

momo-the-monster commented 2 years ago

Also turns the default queue size into a const so it can be referred to in both places.

Fixes #14