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 the hash computation logic is duplicated in both the GetDesiredClientState and ReportStatus RPC implementations. This is not ideal for maintainability, since we could encounter issues (ex. if the order changes).
Currently the hash computation logic is duplicated in both the GetDesiredClientState and ReportStatus RPC implementations. This is not ideal for maintainability, since we could encounter issues (ex. if the order changes).