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
Currently, we have a eigen_nodeapi::create_server function that consumes a NodeApi struct to start the NodeApi service. This doesn't make much sense, since we want the information inside the NodeApi to reflect the node's status. We should modify it to support updating the information on the fly.
The text was updated successfully, but these errors were encountered:
Currently, we have a
eigen_nodeapi::create_server
function that consumes aNodeApi
struct to start theNodeApi
service. This doesn't make much sense, since we want the information inside theNodeApi
to reflect the node's status. We should modify it to support updating the information on the fly.The text was updated successfully, but these errors were encountered: