apollographql / subscriptions-transport-ws

:arrows_clockwise: A WebSocket client + server for GraphQL subscriptions
https://www.npmjs.com/package/subscriptions-transport-ws
MIT License
1.52k stars 342 forks source link

conflicts with koa-easy-ws #815

Closed sibelius closed 2 years ago

sibelius commented 4 years ago

I'd like to use both SubscriptionServer from this package and also pure websocket endpoints logic using koa-easy-ws

but SubscriptionServer is conflicting with it

is there a way to solve this?

sibelius commented 4 years ago

related to https://github.com/apollographql/subscriptions-transport-ws/issues/751