Skip to content

Some subscriptions not completed by server #402

Answered by enisdenjo
Amareis asked this question in Q&A
Discussion options

You must be logged in to vote

The server has exhaustive tests making sure the subscriptions get completed when necessary. I wouldn't say graphql-ws is causing this. Please make sure your subscription generators support the return method.

Furthermore, the server does not acknowledge a complete message with another complete message. If the client sent a complete message, the server is expected to complete the subscription - it does not need to notify the client. The server will only send complete messages if the subscription was ended on its side without the client requesting it.

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
8 replies
@enisdenjo
Comment options

@Amareis
Comment options

@enisdenjo
Comment options

@Amareis
Comment options

@enisdenjo
Comment options

Answer selected by Amareis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #401 on September 16, 2022 13:40.