Remove outdated documentation regarding subscriptions in Tide

This commit is contained in:
okrplay 2021-07-03 17:23:41 +02:00
parent 854529c330
commit 94e8ac85b3
No known key found for this signature in database
GPG Key ID: 69218F23ACA8001E

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>)*