Creates a new EphemeralStore instance.
EphemeralStore
The timeout parameter specifies the duration in milliseconds. A state of a peer is considered outdated, if the last update of the state of the peer is older than the timeout.
timeout
If the state is empty.
Creates a new
EphemeralStore
instance.The
timeout
parameter specifies the duration in milliseconds. A state of a peer is considered outdated, if the last update of the state of the peer is older than thetimeout
.