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
rmb-relay v1.3.0 added a new optional relays field that is part of the Envelope to avoid chain updates delay: https://github.com/threefoldtech/rmb-rs/blob/v1.3.0/proto/types.proto#L75
This new field should have the current relays for the twin sending a request to a relay. It should be a list of relays in the format <hostname>, for example: relay.dev.grid.tf and relay.dev.02.grid.tf. neither protocol or port should be added (wss or :443).
Description
rmb-relay v1.3.0 added a new optional
relays
field that is part of the Envelope to avoid chain updates delay: https://github.com/threefoldtech/rmb-rs/blob/v1.3.0/proto/types.proto#L75This new field should have the current relays for the twin sending a request to a relay. It should be a list of relays in the format
<hostname>
, for example:relay.dev.grid.tf
andrelay.dev.02.grid.tf
. neither protocol or port should be added (wss
or:443
).Reference PR and Issue
The text was updated successfully, but these errors were encountered: