Fix double commit on merge

This commit is contained in:
Carson Hoffman 2020-06-20 22:51:20 -04:00
parent 1294b313b9
commit cead8c70f6
No known key found for this signature in database
GPG key ID: 05B660CB452C657F

View file

@ -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 {