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
Hi, 以如下代码为例:
@itchatmp.msg_register(itchatmp.content.TEXT) def text_reply(msg): back = DoSomething() return back
如果DoSomething 执行超过5秒,我发现微信并不会返回服务器错误。 在log中看到了itchatmp好像是自动处理了这个超时的情况。 请问自动处理的代码在哪里,我是否可以更改自动回复的内容? 其实我主要想确定自动回复的判定是怎样的,是否是以超过5秒为判断标准?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
以如下代码为例:
如果DoSomething 执行超过5秒,我发现微信并不会返回服务器错误。 在log中看到了itchatmp好像是自动处理了这个超时的情况。 请问自动处理的代码在哪里,我是否可以更改自动回复的内容?
其实我主要想确定自动回复的判定是怎样的,是否是以超过5秒为判断标准?
The text was updated successfully, but these errors were encountered: