mik3y / usb-serial-for-android

Android USB host serial driver library for CDC, FTDI, Arduino and other devices.
MIT License
4.9k stars 1.59k forks source link

Clean up SerialInputOutputManager #407

Closed namgk closed 1 year ago

namgk commented 2 years ago

Hey, do we need to clean up SerialInputOutputManager? Like closing it?

I'm wondering what's the life cycle of that object?

Thanks

kai-morich commented 2 years ago

stop() is sufficient to terminate this background thread