mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2025-01-31 11:53:50 +01:00
perf: ♻️ Optimize Batch connection performance
This commit is contained in:
parent
83f8c041de
commit
36de67b590
@ -112,6 +112,10 @@ export default {
|
||||
this.handleConnect()
|
||||
},
|
||||
async handleBatch() {
|
||||
if (this.loading) {
|
||||
return false
|
||||
}
|
||||
|
||||
const totalCount = this.wirelessList.length
|
||||
|
||||
let failCount = 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user