Module auto_reconnect

Source
Expand description

Auto-reconnect to the server when the client is kicked.

See AutoReconnectPlugin for more information.

Structs§

AutoReconnectDelay
A resource and component that indicates how long to wait before reconnecting when we’re kicked.
AutoReconnectPlugin
A default plugin that makes clients automatically rejoin the server when they’re disconnected. The reconnect delay is configurable globally or per-client with the AutoReconnectDelay resource/component. Auto reconnecting can be disabled by removing the resource from the ECS.
InternalReconnectAfter
This is inserted when we’re disconnected and indicates when we’ll reconnect.

Constants§

DEFAULT_RECONNECT_DELAY
The default delay that Azalea will use for reconnecting our clients. See AutoReconnectPlugin for more information.

Functions§

rejoin_after_delay
start_rejoin_on_disconnect