How use

Help please me.

  • The issue is not with the client but due to careless coding. I have been assigning single instance of connection object to a class variable and listener is adding to these reference object every time. So that leads to calling listener multiple times…The fix is done by adding listener to the singleton connection object.

How use - The fix is done by adding listener to the singleton connection object?