Inconsistency of the GraphiQL Stop button after a GraphQL Subscription is throttled out and was reset #12605
Labels
APIM - 4.1.0
APIM manager 4.1.0 release related issues.
feature/GraphQL Subs
issues found during GraphQL subscriptions feature implementation
Priority/Normal
React-UI
Type/Bug
Description:
Steps to reproduce:
Create an Application with the throttling policy 10PerMin
Created a GraphQL API, and invoke the subscriptions as mentioned in [1], until the requests are throttled out.
After throttling the requests, the Stop button automatically converts to a play button as shown below.
Once the throttle condition is again reset, when we invoke the API, we can see the responses are coming in the Network tab, but UI doesn't show it in the console.
We need to update the GraphiQL display with the correct response after a throttle condition is reset.
Affected Product Version:
[1] https://apim.docs.wso2.com/en/4.1.0/consume/invoke-apis/invoke-apis-using-tools/invoke-an-graphql-api-using-the-integrated-graphql-console/#invoke-a-graphql-subscription-operation
The text was updated successfully, but these errors were encountered: