Question on subscriptions - it requires the client...
# orm-help
b
Question on subscriptions - it requires the clients are actively connected and listening to get a web socket publish? any plans to be able to configure a queue of some kind to publish all subscription events to?
n
Yes, a websocket connection is required to receive publish events. You can manage a subscription queue in your GraphQL Server. There are several ideas about a unified queuing system. Do you have something particular in mind?