Fix double commit on merge
This commit is contained in:
parent
1294b313b9
commit
cead8c70f6
1 changed files with 0 additions and 4 deletions
4
wsapi.go
4
wsapi.go
|
@ -843,10 +843,6 @@ func (s *Session) reconnect() {
|
|||
}
|
||||
}
|
||||
|
||||
func (s *Session) Close() error {
|
||||
return s.CloseWithCode(websocket.CloseNormalClosure)
|
||||
}
|
||||
|
||||
// Close closes a websocket and stops all listening/heartbeat goroutines.
|
||||
// TODO: Add support for Voice WS/UDP
|
||||
func (s *Session) Close() error {
|
||||
|
|
Loading…
Reference in a new issue