felHR85 / UsbSerial

Usb serial controller for Android
MIT License
1.8k stars 585 forks source link

Fix Write Thread does not stop when close port #228

Closed t2t-sonbui closed 5 years ago

t2t-sonbui commented 5 years ago

Fix WriteThread serialBuffer.getWriteBuffer() can not stop because SynchronizedBuffer was locked by wait() and not release

felHR85 commented 5 years ago

Thanks! @t2t-sonbui I will check it out asap!