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

b站礼物连击,cmd为COMBO_END时触发的onUnknownCmd,会重复触发 #138

Open
YYYet opened this issue May 30, 2024 · 5 comments
Open
Labels
bug Something isn't working

Comments

@YYYet
Copy link

YYYet commented May 30, 2024

您使用的版本? | Your usage version?

    <dependency>
        <groupId>tech.ordinaryroad</groupId>
        <artifactId>live-chat-client-bilibili</artifactId>
        <!-- 参考github release版本,不需要前缀`v` -->
        <version>0.7.2</version>
    </dependency>

您使用的场景? | Your usage scenarios?

获取连击礼物

您做了什么操作? | What did you do?

连接了4个直播间,在其中一个直播间进行礼物连击,所触发的cmd为COMBO_END的onUnknownCmd方法,会触发四次,其中的roomid会显示来自每个直播间。

您遇到了什么问题? | What are your problems?

image

您期望的结果是怎样的? | What is your expected outcome?

连接了4个直播间,在其中一个直播间进行礼物连击,所触发的cmd为COMBO_END的onUnknownCmd方法,只会触发一次,roomid应该显示为当前进行连击的直播间。

@YYYet YYYet added the bug Something isn't working label May 30, 2024
@1962247851
Copy link
Contributor

麻烦看一下msglistener怎么写的,还有怎么添加的

@YYYet
Copy link
Author

YYYet commented May 30, 2024

用的是项目中给到的demo

@YYYet
Copy link
Author

YYYet commented May 30, 2024

image
image
image

@YYYet
Copy link
Author

YYYet commented May 30, 2024

由于项目抽象程度有点高,加之对netty不熟悉,没能找出问题 wwwww

@1962247851
Copy link
Contributor

复现不了。。。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants