mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-10 20:20:08 +08:00
Friend List Complete
This commit is contained in:
parent
a849119fe5
commit
a404717143
@ -25,8 +25,8 @@ internal class RequestPacket(
|
||||
|
||||
}
|
||||
|
||||
private val requestPacketRequestId: AtomicInt = atomic(10000000)
|
||||
internal fun nextRequestPacketRequestId(): Int = requestPacketRequestId.getAndAdd(1)
|
||||
private val requestPacketRequestId: AtomicInt = atomic(1921334513)
|
||||
internal fun nextRequestPacketRequestId(): Int = requestPacketRequestId.getAndAdd(2)
|
||||
|
||||
|
||||
@Serializable
|
||||
|
Loading…
Reference in New Issue
Block a user