-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
频繁调用RtcServiceImpl.getInstance()会导致线程泄露? #4
Comments
同样遇到此问题。
|
|
使用1.0.63最新tag,依旧存在此问题,关键代码: create 内部每次都new Thread() Thread deamonThread = new Thread(new IdleConnectionMonitorThread(connectionManager)); |
需要手动销毁来着吧 |
同样问题,会导致服务OOM,README 中有说明,按示例的写会有问题 |
创建了很多守护线程没有释放
The text was updated successfully, but these errors were encountered: