We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
在当前版本的基础上添加了官方的 websocket inject 示例脚本,启动时通过 -s 指定了该脚本。通过 log 可以打印出 websocket 信息,但是平台上 Inspector 和 Inspector Pro 都没有 websocket 信息,请问下能否支持 ws/wss 这类协议?或者能否提供一点修改思路,能够让 ws:// 被录制?十分感谢
The text was updated successfully, but these errors were encountered:
简单的介绍一下思路: 可以参考插件开发相关的文档。实现一个自定义的ws服务,该服务上的数据可以作为事件写入Lyrebird eventbus。这样就可以在Inspector Pro上看到了。
https://meituan-dianping.github.io/lyrebird/develop/plugin.html
import lyrebird lyrebird.publish
方法说明:
lyrebird/lyrebird/__init__.py
Lines 48 to 58 in 4bdf228
import lyrebird lyrebird.subscribe
Lines 36 to 45 in 4bdf228
@iwakura-lain 希望能帮到你
Sorry, something went wrong.
No branches or pull requests
在当前版本的基础上添加了官方的 websocket inject 示例脚本,启动时通过 -s 指定了该脚本。通过 log 可以打印出 websocket 信息,但是平台上 Inspector 和 Inspector Pro 都没有 websocket 信息,请问下能否支持 ws/wss 这类协议?或者能否提供一点修改思路,能够让 ws:// 被录制?十分感谢
The text was updated successfully, but these errors were encountered: