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

Increase In Number Of Open Connections After a Reconnection #197

Open
omercelikceng opened this issue Aug 11, 2021 · 1 comment
Open

Increase In Number Of Open Connections After a Reconnection #197

omercelikceng opened this issue Aug 11, 2021 · 1 comment

Comments

@omercelikceng
Copy link

Hello, I tried to review the code.
For example if an error is received regarding the connection, a re-connection request is sent periodically. And if any of them are connected, sending re-connection request is stopped.
However, the point I noticed is that if more than one of the sent requests is connected, the connection becomes multiple.
My question is, in the end, shouldn't only one connection be kept (other connections should be closed) as in initial state?

@DIVANSHMAHAJAN
Copy link

DIVANSHMAHAJAN commented Jan 20, 2022

I have also faced a similar issue. Multiple notification are recieved for single message. Plz tell how to solve this issue.I think it is because of the reconnections taking place as a result of which a client ends up recieving multiple notifications for a single message..

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

2 participants