Are subscriptions down for the simple API? ```WebS...
# prisma-whats-new
l
Are subscriptions down for the simple API?
Copy code
WebSocket connection to '<wss://subscriptions.graph.cool/v1/cj36de9q4dem00134bhkwm44r>' failed: Connection closed before receiving a handshake response
n
@lastmjs there's an increased load on our Subscription API at the moment, but it's in a working state. What WS client are you using?
l
Plain web sockets
n
aww
Is there a timeout parameter that you can set for the first connection?
l
That might help, it's not a problem at the moment
n
what do you mean?
does it work again?
l
Sorry, I mean it isn't a problem for me that it isn't working currently, since I'm developing other things. Just thought I'd bring it up
n
When was the last time your subscription was working?
I mean... was today the first time you checked it in a while?
l
Probably within the hour, I just started seeing the error
Completely fails after waiting for almost 60 seconds
I'm using the old GraphQL subscription protocol
n
Right, I remember. I'm not sure but if I'm parsing this conversation correctly there were breaking changes to the protocol: https://github.com/apollographql/subscriptions-transport-ws/issues/167
I added more instances to the subscription service, can you try again?
l
I think it worked, hold on
Looks like we're good. The WS frames show an established connection with keep alives being sent back and forth, and no error and it's been well over 1 minute
n
awesome! thanks for the heads up 🙂