-
Notifications
You must be signed in to change notification settings - Fork 247
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
能否支持 ws / wss 等协议? #756
Comments
简单的介绍一下思路: 插件开发相关文档https://meituan-dianping.github.io/lyrebird/develop/plugin.html 向eventbus发送消息的方法import lyrebird
lyrebird.publish 方法说明: Lines 48 to 58 in 4bdf228
订阅eventbus中指定消息的方法import lyrebird
lyrebird.subscribe 方法说明: Lines 36 to 45 in 4bdf228
@iwakura-lain 希望能帮到你 |
在当前版本的基础上添加了官方的 websocket inject 示例脚本,启动时通过 -s 指定了该脚本。通过 log 可以打印出 websocket 信息,但是平台上 Inspector 和 Inspector Pro 都没有 websocket 信息,请问下能否支持 ws/wss 这类协议?或者能否提供一点修改思路,能够让 ws:// 被录制?十分感谢
The text was updated successfully, but these errors were encountered: