Async-graphql: subscription support in tide

Created on 25 Dec 2020  路  5Comments  路  Source: async-graphql/async-graphql

Do you have any plan to support subscriptions in the tide? They already had their WebSocket crate and planing to merge it into tide itself.

enhancement

Most helpful comment

I'm sorry to reply you late because of something.
In fact, I have added support for tide-websockets in the branch of tide-websocket, so I opened a PR, now you need to wait for a new version of tide-websockets to be released.

All 5 comments

I'm sorry to reply you late because of something.
In fact, I have added support for tide-websockets in the branch of tide-websocket, so I opened a PR, now you need to wait for a new version of tide-websockets to be released.

Thanks for your suggestion! I'm learning rust sync and found that tide is a good starting point for me. I also have tried warp a little. The chained router system is so unique.

@sunli829 Hi! tide-websocket has received a new release that includes the PR, are there any blockers for subscription over websocket to happen for async-graphql-tide? Thanks for your effort, really enjoying the crates.

Release in v2.5.2 馃檪

@sunli829 You are the best!!!

Was this page helpful?
0 / 5 - 0 ratings