You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know why puppet.stop() could not finish. Puppet stop() this.stop() done means the following code finished successfully:
override async onStop (): Promise<void> {
log.verbose('PuppetOICQ', 'onStop()')
// TODO: should we close the oicqClient?
this.oicqClient.terminate()
this.#oicqClient = undefined
}
We need to make the below unit test to be passed:
https://github.com/wechaty/wechaty-puppet-oicq/blob/321876d0df6400a38596eebb868d56aedac68384/src/puppet-oicq.spec.ts#L7-L16
So that it can comfort the puppet spec: perfect restart
The text was updated successfully, but these errors were encountered: