mirror of
https://github.com/diamondburned/arikawa.git
synced 2025-02-10 13:33:14 +00:00
diamondburned
1b8af1513e
This commit omits thread safe guarantees in the UDP voice connection. This is done because the UDP connection should not be shared across threads, so those guarantees are now omitted for performance. Session will still guard a UDP connection around a read mutex, because Session itself has thread safe guarantees. This may change in the future. |
||
---|---|---|
.. | ||
udp.go |