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:
parent
ee60638a55
commit
02987206ab
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue