Skip to content
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

Slider updates not being sent to all clients #134

Open
amitnovick opened this issue Jun 22, 2019 · 0 comments
Open

Slider updates not being sent to all clients #134

amitnovick opened this issue Jun 22, 2019 · 0 comments

Comments

@amitnovick
Copy link

Type of issue: Bug

Steps to reproduce

  1. Open up two browser windows and load the same web app (I tried with Counter Monitoring Demo and with the Counter example from this repo).
  2. Open the Remote Redux Devtools window (I tried bothRemotedev server and also the Remote Redux Devtools option in the Redux Devtools Extension)
  3. In Remote Redux Devtools: Select one of the connected clients (should be two clients)
  4. Enable synchronization between clients with the Toggle widget at the top-right of the Remote Redux Devtools
  5. Send Redux actions in the app being logged by the Remote Redux Devtools
  6. Open the slider
  7. Go back on the slider to a previous state

Expectation:

Both clients should receive state updates with the previous state

Actual result:

Only the selected client receives state updates, the other client does not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant