mirror of
https://github.com/nonoo/kappanhang.git
synced 2026-03-01 19:03:50 +01:00
Further increase connect reliability
This commit is contained in:
parent
cfebb9e139
commit
826576ba75
|
|
@ -148,7 +148,7 @@ func (s *controlStream) handleRead(r []byte) error {
|
|||
if r[21] == 0x05 && !s.serialAndAudioStreamOpened { // Answer for our second auth?
|
||||
s.secondAuthTimer.Stop()
|
||||
|
||||
time.AfterFunc(300*time.Millisecond, func() {
|
||||
time.AfterFunc(time.Second, func() {
|
||||
if err := s.sendRequestSerialAndAudio(); err != nil {
|
||||
reportError(err)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue