-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* change version to be 0.22 * 0.22.1 * 0.22.2 * adjust peer dependency wechaty-puppet version to >=0.40 * fix: 🐛 try to stop grpcStream evenif grpcClient does not exist 1. grpcStream method will not fail even if stream does not exist; 2. grpcStream might exist even if grpcClient does not ✅ Closes: #172 * fix: 🐛 recreate gRPC stream when it already exists I think it's better to warn and recreate stream since the upper level bot does not have direct access to these private method to handle it properly. ✅ Closes: #172 * fix: 🐛 cancel() is needed when grpc connection breaks * fix: 🐛 revert 9f0d201 as we close stream in the previos commit, start with event stream should never happen, thus if somehow this happened, an exception shold be thrown * test: 💍 close event stream when grpc breaks * style: 💄 lint issue * docs: ✏️ supply required info * typo * clean * add stream grpc unit test * 1.0.6 Co-authored-by: windmemory <[email protected]> Co-authored-by: NickWang <[email protected]>
- Loading branch information
1 parent
ece2543
commit a764bd2
Showing
6 changed files
with
171 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.