Skip to content

GET.WATCH stops receiving data #1665

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

Open
Aditya-ds-1806 opened this issue Mar 29, 2025 · 2 comments
Open

GET.WATCH stops receiving data #1665

Aditya-ds-1806 opened this issue Mar 29, 2025 · 2 comments

Comments

@Aditya-ds-1806
Copy link

Steps to reproduce
Create 2 client sockets:

  1. Execute a regular command like PING on one socket, keep the connection open.
  2. Execute a GET.WATCH on the other socket, keep the connection open.
  3. Close the 1st socket (PING) after some time, say 10 seconds.
  4. During these 10s, the second socket keeps receiving data, but once the 1st socket closes the connection, 2nd socket stops receiving data.
@kamarajugadda-pavan-kumar

Hi @Aditya-ds-1806 i am not able to replicate the issue. Can you please list out the steps in detail to replicate the issue.

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

3 participants
@kamarajugadda-pavan-kumar @Aditya-ds-1806 and others