react-stomp icon indicating copy to clipboard operation
react-stomp copied to clipboard

Increase In Number Of Open Connections After a Reconnection

Open omercelikceng opened this issue 3 years ago • 1 comments

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?

omercelikceng avatar Aug 11 '21 07:08 omercelikceng

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..

DIVANSHMAHAJAN avatar Jan 20 '22 17:01 DIVANSHMAHAJAN