-
Notifications
You must be signed in to change notification settings - Fork 525
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
如何配置客户端的多线程使用 not enough thread resource to execute sekiro request,please setup your custom thread pool #43
Comments
这个参数需要自己调整源码重新编译哈~
发自我的iPhone
…------------------ 原始邮件 ------------------
发件人: TEARS ***@***.***>
发送时间: 2024年1月29日 17:32
收件人: yint-tech/sekiro-open ***@***.***>
抄送: Subscribed ***@***.***>
主题: Re: [yint-tech/sekiro-open] 如何配置客户端的多线程使用 not enough thread resource to execute sekiro request,please setup your custom thread pool (Issue #43)
not enough thread resource to execute sekiro request,please setup your custom thread pool!!
too many pending task submit,please setup your custom thread pool!! pending task size:166
看到一个参数是 HandlerThreadPool.setMaxWorkSize(n);
但是不知道在何时何地使用,
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
没记错,这个错误应该是服务端抛出的?你确定一下? |
是在 客户端中抛出的, |
我看 sekiro-open 里面没有找到这个参数,我可以本地编译这个项目的。 |
这个参数我是从这个文档这里看到的,但是不知道怎么使用。 |
这样啊?那你试试把上面的那个参数加大看看,或者把处理逻辑放在独立线程?
发自我的iPhone
…------------------ 原始邮件 ------------------
发件人: TEARS ***@***.***>
发送时间: 2024年1月30日 11:37
收件人: yint-tech/sekiro-open ***@***.***>
抄送: 李国宝 ***@***.***>, Comment ***@***.***>
主题: Re: [yint-tech/sekiro-open] 如何配置客户端的多线程使用 not enough thread resource to execute sekiro request,please setup your custom thread pool (Issue #43)
没记错,这个错误应该是服务端抛出的?你确定一下?
是在 客户端中抛出的,
https://github.com/yint-tech/sekiro-samples/tree/main/demo-java
我在这个代码里面添加了处理逻辑,运行之后看到的输出。
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
是的,你可以先调整这个参数试试看。 |
好的,谢谢了, |
not enough thread resource to execute sekiro request,please setup your custom thread pool!!
too many pending task submit,please setup your custom thread pool!! pending task size:166
看到一个参数是 HandlerThreadPool.setMaxWorkSize(n);
但是不知道在何时何地使用,
The text was updated successfully, but these errors were encountered: