Applies the encoded state of peers.
Each peer's deletion countdown will be reset upon update, requiring them to pass through the timeout
interval again before being eligible for deletion.
Encodes the state of the given peers.
Encodes the state of all peers.
Get the timestamp of the state of a given peer.
If the state is empty.
Get the number of peers.
Get the PeerID of the local peer.
Get all the peers
Remove the states of outdated peers.
Creates a new Awareness
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 the timeout
.
Awareness
is a structure that tracks the ephemeral state of peers.It can be used to synchronize cursor positions, selections, and the names of the peers.
The state of a specific peer is expected to be removed after a specified timeout. Use
remove_outdated
to eliminate outdated states.