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
Since the only information that we need for detaching an Node is the nodeId, and it is provided by GRPC metadata, we can use the Empty type rather than Node on detach method.
It depends on #163.