Bryan Young
Bryan Young
We have had several cases where our app has stopped listening to the queue. We're not sure what the issue is, but the app itself (an express app running on...
has any thought been put into using graphql subscriptions for server-to-server communication usually done on queues? I’d really like to do something like that in our app, but the current...
It looks like the server side code uses xmlhttprequest, which doesn't support cookies. To pass a cookie, I would need to make a plugin that uses something like [xmlhttprequest-cookie](https://github.com/rse/node-xmlhttprequest-cookie) instead....