arikawa/utils
Hamza Ali 34a7c3ba2e
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-10-27 20:16:03 -07:00
..
handler Handler: Use a free list over a linked list 2020-10-28 23:55:39 -07:00
httputil httputil: Fix Timeout causing premature cancelation 2021-01-24 22:45:56 -08:00
json Option: fix nullable types getting serialized to nil on JSON null 2020-11-22 09:33:33 -08:00
sendpart API: Add File.AttachmentURI for convenience 2021-02-24 01:59:33 -08:00
wsutil gateway: Skip unknown events while reconnecting (#255) 2021-10-27 20:16:03 -07:00