NickWang

Results 174 comments of NickWang

Sure thing. package.json: ``` ... "wechaty": "^1.11.33", "wechaty-puppet-mock": "^1.10.2", "wechaty-puppet-service": "^1.11.2" ``` example code: ```ts import { WechatyBuilder } from 'wechaty' import PuppetMock from 'wechaty-puppet-mock' import { PuppetServer, PuppetServerOptions} from...

full log: ``` 13:37:47 SILL Puppet Config: WECHATY_LOG set level to silly 13:37:47 INFO Config registering process.on("unhandledRejection") for development/debug 13:37:47 VERB Config constructor() 13:37:47 VERB PoolifyMixin poolifyMixin(EventEmitter) 13:37:47 VERB WechatifyMixin...

Indeed they are almost identical since I use puppet-mock to rule-out the possible problem of the puppet module. And yes the unit test passes. ``` tests/integration.spec.ts 2> 14:26:35 WARN EventStreamManager...

Is there any rules about SNI naming? I mean can there be a underline in SNI, so that we can continue using puppet_wxwork as SNI?

> 1.define the SNI for WXWork Puppet Service: wxwork would be great > 2.sign a CA for WXWork SNI by the wechaty puppet service so that Juzi can use this...

Sorry, there seems to be something wrong with puppet_wxwork support. I started a wxwork puppet locally, and set it up with different tokens, then connect it with puppet-service. |token|result| |...

Hello @huan , sorry to bother you, but how is the CA generating going?

Not yet. So far we focus on functionality test with TLS disabled. As we want to upgrade bot side and service side asynchronously, there were quite a lot compatibility work...