1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2024-11-30 18:53:30 +00:00

README: Updated reconnect behavior

This commit is contained in:
diamondburned (Forefront) 2020-02-21 23:58:01 -08:00
parent ee60638a55
commit 02987206ab

View file

@ -64,9 +64,11 @@ things in the state, which is useful for keeping it updated.
## You-should-knows
- The bot will fatally exit if it fails to reconnect to the Gateway after a
- ~~The bot will fatally exit if it fails to reconnect to the Gateway after a
certain amount of times. This is changeable in `gateway.WSFatal`, or
`(*Gateway).FatalLog`.
`(*Gateway).FatalLog`.~~
- The bot will error out if the initial connection fails. However, reconnections
will be retried forever until it succeeds.
## Testing