-
Notifications
You must be signed in to change notification settings - Fork 58
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
b站礼物连击,cmd为COMBO_END时触发的onUnknownCmd,会重复触发 #138
Labels
bug
Something isn't working
Comments
麻烦看一下msglistener怎么写的,还有怎么添加的 |
用的是项目中给到的demo |
由于项目抽象程度有点高,加之对netty不熟悉,没能找出问题 wwwww |
复现不了。。。 |
hi 问题还存在吗?你可以把可以运行的代码打个包发上来吗? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
您使用的版本? | Your usage version?
您使用的场景? | Your usage scenarios?
获取连击礼物
您做了什么操作? | What did you do?
连接了4个直播间,在其中一个直播间进行礼物连击,所触发的cmd为COMBO_END的onUnknownCmd方法,会触发四次,其中的roomid会显示来自每个直播间。
您遇到了什么问题? | What are your problems?
您期望的结果是怎样的? | What is your expected outcome?
连接了4个直播间,在其中一个直播间进行礼物连击,所触发的cmd为COMBO_END的onUnknownCmd方法,只会触发一次,roomid应该显示为当前进行连击的直播间。
The text was updated successfully, but these errors were encountered: