From 7a9b9428ee4c56257f561397f070e2814f2c9863 Mon Sep 17 00:00:00 2001 From: Chris Rhodes Date: Wed, 20 Jan 2016 22:52:42 -0800 Subject: [PATCH] Re-add old todo. --- wsapi.go | 1 + 1 file changed, 1 insertion(+) diff --git a/wsapi.go b/wsapi.go index df4439a..183986f 100644 --- a/wsapi.go +++ b/wsapi.go @@ -53,6 +53,7 @@ func (s *Session) Open() (err error) { } // Close closes a websocket and stops all listening/heartbeat goroutines. +// TODO: Add support for Voice WS/UDP connections func (s *Session) Close() (err error) { s.Lock() defer func() {