LiveDanmaku 的 DISCONNECT 事件没有触发 #763
Answered
by
z0z0r4
tp1415926535
asked this question in
Q&A
-
根据文档有个DISCONNECT事件可以监听: @danmaku.on('DISCONNECT')
async def on_disconnect(event):
print(event) 但是我断开连接后只有两条框架自带的日志:
没有触发DISCONNECT里的事件,需要怎么做才能触发 |
Beta Was this translation helpful? Give feedback.
Answered by
z0z0r4
May 18, 2024
Replies: 1 comment 1 reply
-
此处的事件都是B站传过来的CMD吧,你主动断开连接,又不是B站断的 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tp1415926535
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
此处的事件都是B站传过来的CMD吧,你主动断开连接,又不是B站断的