-
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
Reconnect fails #40
Comments
I met this issue too, and can't find the answer. |
I see this issue also. |
Same problem here. Running on my local machine. From the logs you can see it will eventually re-connect but timeouts are very long. Sending message to /meta/disconnect fail as well as stopping of HttpClient. |
I've encountered this issue as well. |
I believe the reason this fails is due to the way the Additionally, the Finally, the |
Encountering the same issue. |
Encountered the same issue here, when running in local. Any solution or temporary fix to this error? Thanks. |
@pbn-sfdc @sfdc-hhildebrand Is this issue in anyway, related to this: https://github.com/forcedotcom/EMP-Connector/issues/15 |
Encountering the same issue. [2019-07-11 14:59:18.673] Failure:[/meta/disconnect] java.lang.RuntimeException: java.lang.InterruptedException |
Is there any fix for this issue. It is always disconnecting after 3-4 hours. |
PR #62 |
@mohitj13 Did this fix the issue? Thanks. |
Hi @madzskill this fix is in regards to comment #40 (comment). 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. |
@lettl Did you find solution to this? Maybe, you can pull request it. Thanks. |
@madzskill - I implemented my own solution just because it was going to be necessary to change the public contract for EMP-connector in order to fix properly. I looked at the PR that @mohitj13 created and it looks good and should also resolve the reconnect failures and problems with shutting down the http client. With my implementation (very similar to what @mohitj13 did) I am able to successfully reconnect after receiving the auth failure message which happens about every 3 hours. Once @mohitj13 change merges, that should resolve the reconnect failure issue. |
@lettl Thanks for the info, we're good then. Hope the original author or someone with authority can approve and merge mohitj13's changes, since a lot of us here are encountering this reconnect failure issue.. |
Is there any fix for this issue. It is always disconnecting after 3-4 hours. |
i am getting this error so please provide the solution any one knows |
Encountering the same issue. Has anyone gotten these errors recently? Any suggestions cause and possible fix? |
Running on Heroku seems to throw error when trying to stop cometd
The text was updated successfully, but these errors were encountered: