Skip to content
This repository has been archived by the owner on Aug 29, 2021. It is now read-only.

wvguesser_v1.3.0

Compare
Choose a tag to compare
@xhlove xhlove released this 31 Jul 03:07
· 13 commits to master since this release
  • 弃用socket 通过命令行交互调用函数
  • 降低了CPU占用 ~5%
  • bug fix

采用多线程,socket则需要大量端口,多开时发生端口占用的情况

虽然使用命令行交互增加了一点点时间,但稳定性更好

后面将采用ProcessPoolExecutor继续优化