-
Notifications
You must be signed in to change notification settings - Fork 19
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
EventStreamManager this.eventStream is undefined #165
Comments
It mostly like your are running into If so, it would be great if you can add support for TLS in the Rust Wechaty . The work around would be downgrade the Wechaty to older version, or set environment variable to disable TLS in the Wechaty Gateway. |
I tried setting Wechaty version: 0.68.1
|
Ah, I see. In my case, I need |
You are right. After disabling TLS, the event stream can be established now. |
Great to know that it works for you, cheers! |
Ran into this warning message today when working on
rust-wechaty
. The rust grpc client cannot establish the event stream with the grpc server, that is to say,wechaty-puppet-service
. I think it may be related to this warning.The text was updated successfully, but these errors were encountered: