Replies: 1 comment
-
NS_ERROR_NET_PARTIAL_TRANSFER usually means that the size of the response does not match the Are you sure you're getting this error with SSE? What is the server implementation you're using? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to integrate SSE with my normal apollo connection to be able to use it with query and subscription.
I've setup the links as follows:
Then I use this client with ApolloProvider and pass this client on.
For the httpLink all is working fine.
For the sseLink it is setting up the call to the backend,
but I'm getting an error in my browser after some time: NS_ERROR_NET_PARTIAL_TRANSFER
Couldn't find anything useful on this error.
Question I have: Can we use mix the links the way I've set it up?
Beta Was this translation helpful? Give feedback.
All reactions