-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
实际使用中遇到的问题的一些修改,经过测试。 #29
Conversation
是需要重构,不然在使用发送消息的时候很容易报错,进行不下去) 2.获取发送的图片消息时,提示使用messageStream api,使用另外一个grcp的方法, 老代码并没有实现,提供了实现,并且测试使用没问题。
Awesome, thank you very much for the contribution! Please sign the CLA by clicking the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
very good
nuget version updated to 0.1.7 |
Thank you very much for your contribution! You are welcome to join Wechaty Contributor Program1. Join Wechaty Organization
I have invited you to join our Wechaty GitHub Organization, please accept it by following the above message. (See also: wechaty/PMC#16) 2. Update Your Wechaty Contributor Profile
3. Join The Contributor Only WeChat RoomWe also have a WeChat room for contributors only which can discuss Wechaty at a deeper level, you are welcome to join and if you are interested. Please add @lijiarui wechat: ruirui_0914 and send her this pr link. She will invite you into Wechaty Contributor Room Cheers! |
WOW that's great. |
1.增加了对于wechaty内部发送数据的实现(结构存在问题,其他部分已经有实现,但是需要重构,不然在使用发送消息的时候很容易报错,进行不下去.
2.获取发送的图片消息时,提示使用messageStream api,使用另外一个grcp的方法,
老代码并没有实现,提供了实现,并且测试使用没问题。