Question: Should the client attempt reconnection if the graphql server goes down? #24
-
should the client attempt to reconnect if the graphql server goes down (current behavior with if i kill my graphql server, the stream closes without any attempt to reconnect. it seems that we would want this i'm running in distinct connections mode, but seeing the same behavior in single connection mode.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
So what's happening, when the server goes away, is instead of reaching this |
Beta Was this translation helpful? Give feedback.
-
Should be fixed in latest versions with #28, #27 and 607b468. |
Beta Was this translation helpful? Give feedback.
Should be fixed in latest versions with #28, #27 and 607b468.