You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well, I did a little more research, and noticed this "recent" commit that changed the type of NetworkId and EID.
The introspect above shows the new EID type but old NetworkId type. I don't know how exactly this D-Bus interface is generated. Maybe I pulled an intermediate code or somewhere the code forgot to be updated to match this recent change. Can someone help and find it out?
As shown below, the .NetworkId signature is 'i', which is int32_t. However, common/types.hpp defined it as uint32_t.
The text was updated successfully, but these errors were encountered: