Huan Li
Huan Li
TODO: try to integrate it with our Puppet Service and see if it can make our code simpler & cleaner. - [A gRPC library that is nice to you](https://github.com/deeplay-io/nice-grpc)
Version: `@grpc/[email protected]` Related issue: - https://github.com/grpc/grpc-node/issues/1458 Log messages: ```diff 11:41:53 VERB PuppetCacheMixin stop() 11:41:53 VERB CacheAgent stop() 11:41:53 VERB CacheAgent clear() 11:41:53 VERB PuppetMemoryMixin stop() 11:41:53 VERB PuppetSkelton stop() 11:41:53...
We have increased the gRPC data size for protobuf from 4MB to 100MB by #41, which introduced the event loop blocking problem described by #80, then we solved this problem...
`WECHATY_SERVICE_DISCOVERY_ENDPOINT` is deprecated. ## Before ```sh export WECHATY_SERVICE_DISCOVERY_ENDPOINT=https://api.chatie.io ``` ## After ```sh export WECHATY_PUPPET_SERVICE_AUTHORITY=api.chatie.io ``` Note: `https` is a MUST. ~~`http`~~ is not supported anymore. ## Sunset schedule The `WECHATY_SERVICE_DISCOVERY_ENDPOINT`...
Our API from is used for token service discovery. The schema will be changed from today. ## Before ```json {"ip":"8.7.5.7","port":55171} ``` ## After ```json {"host":"8.7.5.7","port":55171} ``` ## Breaking Change The...
We have published https://www.npmjs.com/package/wechaty-token with a gRPC resolver named `WechatyResolver` to help us do better wechaty puppet service discovery.
``` 2021-06-02T15:42:39.548968+00:00 app[web.1]: 15:42:39 WARN Room findAll() room.ready() rejection: 2021-06-02T15:42:39.548968+00:00 app[web.1]: TypeError: Cannot read property 'roomPayload' of undefined 2021-06-02T15:42:39.548969+00:00 app[web.1]: at PuppetService.roomRawPayload (/app/node_modules/wechaty-puppet-service/dist/src/client/puppet-service.js:684:73) 2021-06-02T15:42:39.548969+00:00 app[web.1]: at PuppetService.roomPayload (/app/node_modules/wechaty-puppet/dist/src/puppet.js:772:39) ``` Related...
Puppet Service Client hang... ``` 2021-06-01T20:48:15.333299+00:00 app[web.1]: 20:48:15 VERB PuppetService start() 2021-06-01T20:48:15.333393+00:00 app[web.1]: 20:48:15 VERB StateSwitch on(pending)
## From oss.chat BOT: ``` 2021-01-30T18:34:31.514309+00:00 app[web.1]: 18:34:31.514Z INFO probot: POST http://localhost:22349/ - 200 2021-01-30T18:34:55.444103+00:00 app[web.1]: 18:34:55 VERB Puppet reset(recover$() AED #141) 2021-01-30T18:34:55.444456+00:00 app[web.1]: 18:34:55 VERB PuppetHostie constructor() recover$().subscribe() next(141)...
I believe this is because of some bugs from the upstream donut. CC @su-chang ``` 16:13:51 VERB PuppetHostie messageSend(5611663299@chatroom, FileBox#Stream) ``` ```diff - FileBox#Stream + FileBox#Stream ```