You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
prokher
changed the title
Multiple Subscriptions: only first subscription is actually subscribed to.
Add support for batch GraphQL operations
Aug 20, 2019
Hi,
When trying to call multiple subscriptions from the same component, only the first subscription is registered by the server:
triggers the correct frame on the WS:
however only the firstSubscription
subscribe
method seems to be executed (when logging we only see this one being called)Switching order like this
leads to only the secondSubscription
subscribe
method to be called.frontend:
apollo-client: 1.4.0 (needed for compatibility issues)
subscriptions-transport-ws: 0.8.3
backend:
django==2.2.2
channels==2.2.0
django-channels-graphql-ws==0.2.0
graphene==2.1.5
graphene-django==2.2.0
graphql-core==2.1
graphql-relay==0.4.5
The text was updated successfully, but these errors were encountered: