1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2025-01-20 19:47:12 +00:00
arikawa/utils/wsutil
diamondburned 7668fe940c wsutil: Websocket wrapper thread safety for simpler Conn impl
This commit removes the thread safety requirement that Conn
implementations must satisfy. It moves the mutex guards as well as the
multiple close wrapper over to the Websocket wrapper instead.
2020-10-29 11:24:45 -07:00
..
conn.go wsutil: Websocket wrapper thread safety for simpler Conn impl 2020-10-29 11:24:45 -07:00
heart.go {Voice,}Gateway: Fixed various race conditions 2020-10-22 10:47:27 -07:00
op.go *: Linting and typo fixes (#134) 2020-07-29 16:58:33 -07:00
throttler.go Gateway: Allow for more lenient gateway bursts 2020-07-14 18:47:15 -07:00
ws.go wsutil: Websocket wrapper thread safety for simpler Conn impl 2020-10-29 11:24:45 -07:00