OscCore icon indicating copy to clipboard operation
OscCore copied to clipboard

Move server thread execution loop to a try/finally to avoid queue buildup

Open benaclejames opened this issue 2 years ago • 0 comments

Moved OscServer thread execution loop to a try/finally block to avoid exceptions preventing the queue from being cleared after execution. Before this, if a single delegate in the execution array consistently threw an exception, the loop would never get cleared

benaclejames avatar Mar 04 '22 00:03 benaclejames