Pārlūkot izejas kodu

Re-add old todo.

Chris Rhodes 9 gadi atpakaļ
vecāks
revīzija
7a9b9428ee
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      wsapi.go

+ 1 - 0
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() {