Open cnicodeme opened 2 years ago
Hi @cnicodeme! We don't support subscription with sanic just yet :) I think it should be easy to add support since we do support it for ASGI already, would you be able to try that? ^^
@patrick91 Unfortunately I lack the knowledge to implement this and the time too :/
@patrick91 I could make a PR on this!
@aryaniyaps sure! that'd be awesome!
Hi!
I'm starting to set up Strawberry with Sanic, and followed the documentation on https://strawberry.rocks/docs/integrations/sanic, but when I try to use Apollo with Subscriptions, it fails to connect to my endpoint using websockets.
Sanic is a ASGI framework, so it works great with Websockets, but it seems that the current implementation of Sanic on Strawberry is not compatible with websockets. Is there a way to enable this?
Thank you in advance.
Upvote & Fund