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

🐛 如何区分绘图的callback和U的callback #86

Open
3 tasks done
JankinHou opened this issue Sep 12, 2023 · 1 comment
Open
3 tasks done

🐛 如何区分绘图的callback和U的callback #86

JankinHou opened this issue Sep 12, 2023 · 1 comment

Comments

@JankinHou
Copy link

问题简述

就是我在使用proxy实现一个绘图任务

  1. 首先进行了绘图,返回了trigger_id: 111
  2. 存下来这条数据,然后进行放大操作,放大操作的callback和绘图操作的字段是一样的,trigger_id也一样
  3. 这时怎么才能区分出来这条callback是放大还是绘图。消息都是异步的,接收callback的接口无法得知该callback的消息是什么

复现方式

必现

环境信息

  • OS: 操作系统类型及其版本号
  • Python: Python 版本号 (python --version)
  • Others: 其它信息

额外信息

No response

一点点的自我检查

  • 充分阅读 README.md,特别是与本 issue 相关的部分
  • 如果是网络问题,已经检查网络连接、设置是否正常,并经过充分测试认为这是项目本身的问题
  • 本 issue 在 issues 中并没有重复问题
@ljjy1
Copy link

ljjy1 commented Oct 17, 2023

@JankinHou 根据返回的消息 是否有对应按钮判断 有U1 U2 U3 U4就代表是绘图的 没有就是单张的放大图
你是下我写的这个中间件 https://github.com/ljjy1/discord-mj-java

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