-
Notifications
You must be signed in to change notification settings - Fork 71
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
bmf::builder::Node::AddCallback设置回调之后RealNode::NodeMetaInfo::Dump的时候抛出异常cannot use operator[] with a numeric argument with #105
Comments
方便提供一下复现步骤吗 |
dump_graph:1构造graph->创建解码器->创建编码器->任意一个node AddCallback->run 代码如下:
|
看起来应是个bug或不完善的点,我们继续验证fix一下 |
|
cannot use operator[] with a numeric argument with
1、RealNode::NodeMetaInfo::Dump()中使用数值类型作为json的key抛出异常
另外还有个问题:
2、RealNode::NodeMetaInfo::Dump()的时候和NodeMetaInfo::to_json()里面callback_binding字段名不一致格式也不一致
The text was updated successfully, but these errors were encountered: