Fork me on GitHub
#graphql
<
2017-12-22
>
hlship23:12:49

So, when using GraphiQL with subscriptions ... is it normal that after the server side terminates the subscriptions (passes nil to the source-stream callback) that the client UI appears to resubmit the query?

hlship23:12:57

I mean, unless it's a problem in the lacinia-pedestal code that makes it look like client resubmitted the request.

hlship23:12:21

I can't find, in Chrome, where I can see websocket requests, so it's a little hard to see. Off to the debugger.