forked from pothtonswer/discordmuffin
Re-add old todo.
This commit is contained in:
parent
cd55a59ff9
commit
7a9b9428ee
1 changed files with 1 additions and 0 deletions
1
wsapi.go
1
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() {
|
||||
|
|
Loading…
Reference in a new issue