Replies: 1 comment 1 reply
-
Is the question whether or not to close the session on error? What behavior would you expect? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi ,
We are attempting to use the reconnection module within the client, but with the current logic we are always encountering infinite loops and making a large number of connections within the server. While analyzing the problem
client.go - ActivateSessionWithContext mehod.
Between reconnections, the session will be terminated by calling c.CloseSessionWithContext(ctx). and perform an endless loop.
Also while we disconnect from the server in between due to any network issue additional connection will be added on the server side.
Could you please give as some direction to move forward ?
@magiconair @kung-foo
Thanks,
Mithun
Beta Was this translation helpful? Give feedback.
All reactions