Skip to content
New issue

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

Add a RxJS throttle for emitting the dirty event #183

Open
huan opened this issue Feb 12, 2022 · 0 comments
Open

Add a RxJS throttle for emitting the dirty event #183

huan opened this issue Feb 12, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@huan
Copy link
Member

huan commented Feb 12, 2022

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 !

Related discussion:

@huan huan added the bug Something isn't working label Feb 12, 2022
@huan huan self-assigned this Feb 12, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant