1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2024-08-20 23:34:58 +00:00
arikawa/utils/wsutil
Hamza Ali 0d7774bd6a
gateway: Skip unknown events while reconnecting (#255)
This change skips events that are unknown while the bot reconnects. This
is an event that is particularly rare as it requires unimplemented
events being called in the time before a bot's HELLO -> RESUME events
are called. This change explicitly returns unknown events as a special
time defined in wsutil/op.go and ignores them from reaching gateway/op.go
2021-08-03 18:00:31 -07:00
..
conn.go wsutil: Make wsutil.GracefulCloser part of wsutil.Connection 2021-05-29 22:17:49 -07:00
heart.go *: Rename error types to have Error suffix (#215) 2021-06-06 12:40:24 -07:00
op.go gateway: Skip unknown events while reconnecting (#255) 2021-08-03 18:00:31 -07:00
throttler.go Gateway: Allow for more lenient gateway bursts 2020-07-14 18:47:15 -07:00
ws.go gateway: Possible Close/Send deadlock bug (#244) 2021-07-11 10:56:18 -07:00