mirror of
https://github.com/Mrs4s/MiraiGo.git
synced 2025-05-04 11:07:40 +08:00
fix build.
This commit is contained in:
parent
9991d8f398
commit
80481f0022
@ -12,7 +12,6 @@ import (
|
|||||||
"math"
|
"math"
|
||||||
"math/rand"
|
"math/rand"
|
||||||
"net"
|
"net"
|
||||||
"strings"
|
|
||||||
"sync"
|
"sync"
|
||||||
"sync/atomic"
|
"sync/atomic"
|
||||||
"time"
|
"time"
|
||||||
@ -172,7 +171,6 @@ func (c *QQClient) Login() (*LoginResponse, error) {
|
|||||||
c.lastLostMsg = ""
|
c.lastLostMsg = ""
|
||||||
c.registerClient()
|
c.registerClient()
|
||||||
c.startHeartbeat()
|
c.startHeartbeat()
|
||||||
_, _ = c.sendAndWait(c.buildGetMessageRequestPacket(msg.SyncFlag_START, time.Now().Unix()))
|
|
||||||
}
|
}
|
||||||
return &l, nil
|
return &l, nil
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user