-
Notifications
You must be signed in to change notification settings - Fork 31
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
http2 GOAWAY stopping client from reconnecting #605
Comments
Hi @joshforbes, thanks for raising the issue!
|
We're considering replacing the HTTP client in the Ably client to disable HTTP/2. |
I appreciate that the Ably client allowed us to so easily replace the HTTP client. We decided to move forward with swapping to an HTTP/1.1 client. I think we'll probably stick with that unless you have some ideas about how to fix the HTTP/2 errors. |
Sure, if HTTP/2 is causing errors, you can keep HTTP/1.1 as a default client. We will need to see HTTP2 support for ably-go |
Related issue -> olivere/elastic#1443 |
➤ Automation for Jira commented: The link to the corresponding Jira issue is https://ably.atlassian.net/browse/SDK-4120 |
We need to add Lines 801 to 806 in dd8236f
|
@joshforbes since error is returned from your own server |
We're getting this error:
Which is stopping the client and leaving our agent in an offline state. The token endpoint is nothing special running behind an nginx server. Not sure if there is something we should change or if something is going on with the client. Any tips appreciated.
Thanks!
┆Issue is synchronized with this Jira Task by Unito
The text was updated successfully, but these errors were encountered: