diff --git a/controlstream.go b/controlstream.go index 18ba37c..e553323 100644 --- a/controlstream.go +++ b/controlstream.go @@ -237,9 +237,9 @@ func (s *controlStream) start() { copy(s.authID[:], r[26:32]) log.Print("auth ok, waiting a bit") - s.sendPktReauth(true) time.AfterFunc(time.Second, func() { + s.sendPktReauth(true) s.sendPktReauth(false) time.AfterFunc(time.Second, func() { s.sendRequestSerialAndAudio()