-
Notifications
You must be signed in to change notification settings - Fork 6
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
Websocket closes connection after few ping messages #520
Comments
Raising the topic! I have exactly the same problem! |
Same issue although I'm using Java not python. Closes with code 1006 randomly. I've gotten around it by reconnecting when it closes unexpectedly, but not a great solution. |
bumping up , having the same problem in java implementation |
+1 golang |
+1 golang. connection just goes silent. gorilla client returns 1006 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Time: 2023-07-12T09:16:59.236Z
Which endpoints are you having problems with
https://finnhub.io/docs/api/websocket-press-releases
How to reproduce the error and what is the expected result?
Take an example from respective part of documentation and run the code. I assume connection should live as expected
After successful
open
event server sends meping
messages. After very random number such messages connection closes despite i emitpong
in responseCode example
The text was updated successfully, but these errors were encountered: