Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
解决 #57
在 max 重写 lal 的三个状态接口,此接口更完整,将统计到存在 hook 的订阅者。
订阅者的详细数据还不够完善,这块涉及到多个函数签名的改动,放下一次处理。( 比如读了多少字节,远程地址,订阅协议类型等等 )。
主动通知 notify update 时,也增加这些订阅者信息。 max 层的 http 通知可以覆盖 lal 层的,于是 lal 中的通知配置上移到 max 层。
增加 router_test 来测试以上优化功能。