-
Notifications
You must be signed in to change notification settings - Fork 165
Closed
Labels
Description
Hi!
I am having some problems with subscriptions. I am running a GraphQL Server that also uses graphql-client to do mutations to a graphql-server with subscriptions.
On the main GraphQL Server I do start some threads that do some heavy import-operations from another API.
Those operations do mutations to the other graphql-server for subscriptions ( presented in an taskscheduler on frontend). I tried to debug the Subscription object on the schema, and all OnNext() seems to work fine. But some of those do not get presented in the UI. When inspecting the frames in Chrome some of those are not there.
I hope you understand my problem. If you need clarifications, I will do my best to clarify ;)
benidi