Doesnt subscriptions work with the local server?
# prisma-whats-new
f
Doesnt subscriptions work with the local server?
a
Yes
r
they work for me in the playground atleast, but could not get them to work with LiveGQL, the ios client
a
That might be because the playground connects on
localhost
, and your ios client can't connect? Do normal queries work from the ios client to your local cluster?
r
yes normal queries work.
the client seems to be connected, I get an initial connection_ack too from the graph.cool server
and it stays connected
but doesnt seem to get any updates for the subscription query