多个机器人在线synccheck返回频率异常
- Dominant language
- Python
- Stars
- 5.3k
- Forks
- 1.6k
- PR merge metrics
- No merged PRs in 30d
Description
在源代码基础上做了修改,可以多个机器人登录,但是现在有一个问题。多个机器人登录时:第一个机器人正常登录;之后第登录第二个机器人,一旦第二个机器人登录,第一个机器人的监听心跳检测synccheck返回结果是retcode=0,selector=2是正确,但是该接口返回是秒回,正常应该是25秒左右。第一个机器人的其他接口诸如发消息是错误,但是第二个的是正常的。cookie信息两个也是不同的。请求的所有接口对比过了,和网页版的一样。出现这种情况的原因哪位大神指导吗?目前我自己猜测是微信服务器那边做了限制,一个ip只能登陆一个。但是这个结论也被自己否定了,微信网页版在同一台电脑,在浏览器的隐身模式中也是可以登录。
Contributor guide
No contributing guide indexed for this repository
Research direction
No source files or tests are named. Start at the synccheck heartbeat request and compare the first and second logged-in clients' cookies, request state, and responses, then check the message API behavior for each client. Done means identifying whether the failure is caused by local session handling or an external server restriction and documenting a reproducible conclusion.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend, networking
- Issue type
- Bug
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100