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
app crash when audio_frame sent but no recv.
ten_framework/core/src/ten_runtime/extension/extension.c
Line 454 in 0188c96
https://github.com/TEN-framework/TEN-Agent/blob/320d43c025e6029c49202f35212c6828ec32a282/agents/property.json#L1761
linux
work as normal. msg should be drop silently if no one cares.
crash
0.4.0
Critical
Workaround to avoid the crash: TEN-framework/TEN-Agent@448279b
The text was updated successfully, but these errors were encountered:
halajohn
Successfully merging a pull request may close this issue.
Description
app crash when audio_frame sent but no recv.
ten_framework/core/src/ten_runtime/extension/extension.c
Line 454 in 0188c96
https://github.com/TEN-framework/TEN-Agent/blob/320d43c025e6029c49202f35212c6828ec32a282/agents/property.json#L1761
Environment
linux
Steps to reproduce
Expected behavior
work as normal. msg should be drop silently if no one cares.
Actual behavior
crash
Version
0.4.0
Severity
Critical
Additional Information
Workaround to avoid the crash: TEN-framework/TEN-Agent@448279b
The text was updated successfully, but these errors were encountered: