Expand description
Auto-reconnect to the server when the client is kicked.
See AutoReconnectPlugin
for more information.
Structs§
- Auto
Reconnect Delay - A resource and component that indicates how long to wait before reconnecting when we’re kicked.
- Auto
Reconnect Plugin - 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. - Internal
Reconnect After - 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.