arikawa/utils/ws
diamondburned 5811606559
gateway: Fix Send rate limiting
Prior to this commit, gateways can send 120 events before being
throttled at a terribly slow rate of 1 send per minute.

This commit permits gateways to send 5 events before being throttled at
a rate of slightly less than 120 events per minute.
2022-12-07 00:25:55 -08:00
..
ophandler gateway: Refactor for a better concurrent API 2021-12-14 13:49:34 -08:00
codec.go ws: Add RawEvent for debugging 2022-04-01 04:41:22 -07:00
conn.go ws: Add RawEvent for debugging 2022-04-01 04:41:22 -07:00
gateway.go gateway: Expose GatewayOpts getter 2022-11-18 02:01:18 -08:00
op.go ws: Clarify CloseEvent.Code 2022-04-11 21:14:07 -07:00
throttler.go gateway: Fix Send rate limiting 2022-12-07 00:25:55 -08:00
ws.go voice: Refactor and fix up 2022-01-18 21:35:55 -08:00