andyrichardson / subscriptionless

GraphQL subscriptions (and more) on serverless infrastructure
MIT License
93 stars 3 forks source link

fix: wrong id sent on "next" messages in pubsub #9

Closed reconbot closed 3 years ago

reconbot commented 3 years ago

We were sending the hybrid connectionId|subscriptionId in the next messages instead of the subscriptionId.

Screenshot shows before and after

Screen Shot 2021-06-26 at 9 51 01 PM