ChaseLiu

Results 1 comments of ChaseLiu

我使用muitiprocessing编写了多进程登录微信的程序,所有函数都定义在继承自Process的类中,当我执行itchat.auto_login函数时,此时itchat的self.alive的是被置为True的,但当我执行self.logout函数时,此时的self.alive却是False,导致我登出失败,这是为什么