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
In order to avoid requirement for consensus, put SiloRefId into context, i.e., make a SiloRefId a tuple of a Host and Int, e.g. case class SiloRefId(location: Host, value: Int)
The text was updated successfully, but these errors were encountered:
In order to avoid requirement for consensus, put
SiloRefId
into context, i.e., make aSiloRefId
a tuple of aHost
andInt
, e.g.case class SiloRefId(location: Host, value: Int)
The text was updated successfully, but these errors were encountered: