kivy / oscpy

An efficient OSC implementation compatible with python2.7 and 3.5+
MIT License
109 stars 27 forks source link

Add option to demonstrate persistent service #69

Open damascene opened 2 years ago

damascene commented 2 years ago

I suggest that the example have an option to show running a service as a persistent one so it doesn't stop on app close.

It could be a check box that says "run as persistent service"

I've tried to make it an auto restart service with this line in start_service function:

service.mService.setAutoRestartService(True)

but no luck.