-
Notifications
You must be signed in to change notification settings - Fork 243
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
Issue#40-Not Closing HttpClient when reconnecting #62
Issue#40-Not Closing HttpClient when reconnecting #62
Conversation
…nnecting the Bayeux client only chore: Updating the cometd library
Reconnect fails, |
@chandu1988 This does not fix the disconnection but it tries to successfully reconnects when gets a disconnect message, as it does not stop the httpClient and just reconnect the Bayeux client only. |
This does not fix the disconnection but it tries to successfully reconnects when gets a disconnect message, as it does not stop the httpClient and just reconnect the Bayeux client only |
can u please provided the sample code for reconnecting dynamically using httpClient and just reconnect the Bayeux client ? |
@chandu1988 this pr changes is all about that only. Look on the commits of this PR you can find the answer.
|
can u please provided the sample code for reconnecting dynamically using httpClient and just reconnect the Bayeux client where i can implement this code please let me know.. how can i refer this method can u please provide the code ... |
fix: Not closing the httpClient after getting 401 error instead disconnecting the Bayeux client only
chore: Updating the cometd library