Make HTTP Service Class Isolated #1386
Labels
module/graphql
Issues related to Ballerina GraphQL module
Team/PCM
Protocol connector packages related issues
Type/Improvement
Type/Task
Milestone
Description:
Since the Ballerina GraphQL uses double dispatching in services, the http service should be explicitly marked as an isolated class. Otherwise, the underlying http service in the GraphQL listener will be executed sequencially.
The text was updated successfully, but these errors were encountered: