wechaty / python-wechaty

Python Wechaty is a Conversational RPA SDK for Chatbot Makers written in Python
https://wechaty.readthedocs.io/zh_CN/latest/
Apache License 2.0
1.55k stars 229 forks source link

[Bug]: No heartbeat from Padlocal puppet #412

Closed yfeng997 closed 11 months ago

yfeng997 commented 11 months ago

Environment

- wechaty:
- wechaty-puppet: 
- wechaty-puppet-service: 
- wechaty-plugin-contrib: 
- token type: padlocal|wxwork|xp
- the version of wechaty docker container: [0.65]

Description

When I subscribe to on_heartbeat(), there's never heartbeat sent over from the puppet service. Thought on puppet service side, I can see

04:11:30 VERB EventStreamManager grpcEmit(EVENT_TYPE_HEARTBEAT[1], {"data":"heartbeat@padlocal"})


### Minimum reproducible code

-