-
|
Hello, I tried lot of things i saw on the net like: The temporary solution I found, is reload page: And more but nothing worked for me... |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Hey there! If the client is not automatically retrying to connect - the socket is closing with a fatal problem. To change what's considered fatal in graphql-ws, you can use the |
Beta Was this translation helpful? Give feedback.
-
|
Thank you to your answer, You mean i need to do something like that: |
Beta Was this translation helpful? Give feedback.
Hey there! If the client is not automatically retrying to connect - the socket is closing with a fatal problem. To change what's considered fatal in graphql-ws, you can use the
shouldRetryoption. Hope that helps!