We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
esl版本:1.6.7.RELEASE freeswitch通过ctrl+z暂停之后, 发送异步指令会导致publicExecutor卡死, 重启freeswitch之后不会恢复, 导致不能收到正常的eslEvent。
The text was updated successfully, but these errors were encountered:
遇到了同样的问题,看起来可能是SyncCallback对象一直没有获取到fs的响应,导致没有调用handle方法导致的,大佬有什么好的解决方法吗 @thd555 @zhouhailin
Sorry, something went wrong.
我也遇到了,改了下,等我空了提个pr哈哈
fix: zhouhailin#35 修复由于 Freeswitch 异常导致等待命令响应线程全部卡死
de07cff
No branches or pull requests
esl版本:1.6.7.RELEASE
freeswitch通过ctrl+z暂停之后,
发送异步指令会导致publicExecutor卡死,
重启freeswitch之后不会恢复,
导致不能收到正常的eslEvent。
The text was updated successfully, but these errors were encountered: