Skip to content
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

The on_message event is not triggered when wechaty server restarts #79

Open
Bennu-Li opened this issue Jun 8, 2022 · 1 comment
Open

Comments

@Bennu-Li
Copy link

Bennu-Li commented Jun 8, 2022

I have implemented a message forwarding bot using wechaty, with a python SDK on the client side

When the wechaty server restarts due to failure or update, the client does not report any error and the process exists normally, but it cannot continue to send messages using the wechaty service and needs to be restarted to resume normal.

It seems that the on_message event is not triggered when there is a new message, what is the reason for this, and how can I solve it?

@wj-Mcat
Copy link
Collaborator

wj-Mcat commented Jul 5, 2022

Yes, but the message will be maintained in the server with in some time .

Not all of history message should be stored when the bot is down.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants