We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
throttle
dirty
This is a workaround solution for the Wechaty v0.x client to work with the v1 server.
Thanks @zpaimon help us figure it out.
If the client is 0.x and grpc server is 1.x,dead loop will happen. Client(DirtyPayload)->Server(dirtyPayload and send Dirty event to client)->Client(DirtyPayload)........ Dead loop !
If the client is 0.x and grpc server is 1.x,dead loop will happen.
Client(DirtyPayload)->Server(dirtyPayload and send Dirty event to client)->Client(DirtyPayload)........
Dead loop !
Related discussion:
'dirty'
dirtyPayload()
XXXPayloadDirty()
The text was updated successfully, but these errors were encountered:
huan
No branches or pull requests
This is a workaround solution for the Wechaty v0.x client to work with the v1 server.
Thanks @zpaimon help us figure it out.
Related discussion:
'dirty'
event,dirtyPayload()
, andXXXPayloadDirty()
methods logic & spec #158 (comment)The text was updated successfully, but these errors were encountered: