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
那个是一个async函数,unity下的用例执行,只是反射invoke并不能保证它往下执行。
如果等待其执行,WebsocketTest用例会卡死。
var task = method.Invoke(testInstance, null) as System.Threading.Tasks.Task; if (task != null) { task.Wait(); }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
detail | 详细描述
那个是一个async函数,unity下的用例执行,只是反射invoke并不能保证它往下执行。
如果等待其执行,WebsocketTest用例会卡死。
The text was updated successfully, but these errors were encountered: