GraphQL Subscriptions Close Connection Incorrectly when Stream Returns Error #3565
Labels
module/graphql
Issues related to Ballerina GraphQL module
Points/1
Reason/EngineeringMistake
The issue occurred due to a mistake made in the past.
Team/PCM
Protocol connector packages related issues
Type/Bug
Milestone
Description:
When a
next()
function of a stream returns an error, the GraphQL service closes the connection. This is incorrect. It should send the error and continue.Effected Versions
GraphQL 1.4.3
The text was updated successfully, but these errors were encountered: