最近用 rust 写一个服务端的东西,用上了 graphql ,但是发现好像 subscriptions 无法双向通信,只能建立订阅后,只能拿数据,无法推送数据。
graphql subscriptions 是不是无法像 websocket 那样建立 ws 连接后还继续 push mutation 数据到服务器?
有没有大神交流一下 async_graphql 的使用?