Skip to content

Commit e2970d2

Browse files
committed
Clarify if sessions are resumable for each gateway close
1 parent b930084 commit e2970d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/opcodes-and-status-codes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ All gateway events in Discord are tagged with an opcode that denotes the payload
2323

2424
###### Gateway Close Event Codes
2525

26-
In order to prevent broken reconnect loops, you should consider some close codes as a signal to stop reconnecting. This can be because your token expired, or your identification is invalid. This table explains what the application defined close codes for the gateway are, and which close codes you should not attempt to reconnect.
26+
In order to prevent broken reconnect loops, you should consider some close codes as a signal to stop reconnecting. This can be because your token expired, or your identification is invalid. This table explains what the application-defined close codes for the gateway are, and what actions you are expected to do when receiving them.
2727

2828

2929
| Code | Description | Explanation | Reconnect |

0 commit comments

Comments
 (0)