Merge pull request #561 from okrplay/master

Remove outdated documentation regarding subscriptions in Tide
This commit is contained in:
Sunli 2021-07-04 00:00:17 +08:00 committed by GitHub
commit f1dd3f380c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,5 @@
//! Async-graphql integration with Tide
//!
//! Tide [does not support websockets](https://github.com/http-rs/tide/issues/67), so you can't use
//! subscriptions with it.
//!
//! # Examples
//! *[Full Example](<https://github.com/async-graphql/examples/blob/master/tide/starwars/src/main.rs>)*