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.New(nil).Process(func() { hook.ReceiveParseAfter(email) })
看起来会导致触发最后的一个hook x次,而跳过前面的hook,不清楚要怎么处理,有空麻烦处理一下,谢谢。
The text was updated successfully, but these errors were encountered:
嗯,确实有问题,hook是异步执行的,写代码的时候没注意。
https://github.com/Jinnrry/PMail/tree/hotfix-async
看下这个分支的代码还有问题不
Diff : #16
Sorry, something went wrong.
No branches or pull requests
看起来会导致触发最后的一个hook x次,而跳过前面的hook,不清楚要怎么处理,有空麻烦处理一下,谢谢。
The text was updated successfully, but these errors were encountered: