Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我看到在 GraphQL .NET 中订阅不起作用。仅适用于 .NET 核心。您知道是否可以使用 graphQL 的 hotchocolate 包吗?我没有找到任何具体的内容。
订阅本身可用于 .Net Framework 和 .Net Core。
但是我们只在 .Net core 上实现了 Web 套接字的 Apollo 订阅协议。
如果有需求,我们也可以考虑为 Owin 实施它。
如果你想自己做,你可以这样做,查询引擎将返回一个可以观察到的响应流。