Rocket Features #2686
-
I used Rocket a lot in my coding and Rocket is very good create to use for server side but We use async-graphQL also, I perform Query and Mutation but Want to use Subscription but as we know Subscription need real time interaction with server So why |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I agreed, I am also facing errors in rocket to support Subscription in Graphql server. @DhruvDabhi1 |
Beta Was this translation helpful? Give feedback.
-
From what I understand, async-graphql's subscriptions are a library-level feature they provide for various web frameworks. Prior to Rocket shipping with websocket support, subscriptions weren't possible. Now that websockets are supported in Rocket 0.5, it would be up to async-graphql to add that feature to their Rocket extension. |
Beta Was this translation helpful? Give feedback.
From what I understand, async-graphql's subscriptions are a library-level feature they provide for various web frameworks. Prior to Rocket shipping with websocket support, subscriptions weren't possible. Now that websockets are supported in Rocket 0.5, it would be up to async-graphql to add that feature to their Rocket extension.