Hi. I am seeing this weird issue with subscription...
# orm-help
r
Hi. I am seeing this weird issue with subscription where despite of sending "stop" message from client, server sends data back to client for stopped id. We are using graphql-yoga on server along with Prisma binding. Has anyone else seen such issue before? Also, I am not sure if this issue is specific to graphql-yoga server but if I subscribe to Prisma endpoint directly, I don't see this issue.
n
I have not seen this before. Could you share a reproduction here: https://github.com/prismagraphql/graphql-yoga/issues?
r
Sure @nilan, I'll create a sample application and share by EOD
💯 1
Hi @nilan I am sorry for replying late. It has been a busy week. I have created an issue along with reproduction here: https://github.com/prisma/graphql-yoga/issues/435
@nilan Did you get chance to have a look at this?