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
is_property_exist 和 is_cmd_connected 这两个api如果在非extension线程被调用会abort,需要修改他们的实现改成 ten_env.notify()
all
在async on_start里调用is_property_exist
能够正常同步返回结果
assert导致进程abort退出
0.3.0
Critical
No response
The text was updated successfully, but these errors were encountered:
sunxilin
Successfully merging a pull request may close this issue.
Description
is_property_exist 和 is_cmd_connected 这两个api如果在非extension线程被调用会abort,需要修改他们的实现改成 ten_env.notify()
Environment
all
Steps to reproduce
在async on_start里调用is_property_exist
Expected behavior
能够正常同步返回结果
Actual behavior
assert导致进程abort退出
Version
0.3.0
Severity
Critical
Additional Information
No response
The text was updated successfully, but these errors were encountered: