examples
examples copied to clipboard
Add subscription to AspCoreCustom example
I cannot find any good examples where subscriptions are implemented in Asp.net core, using custom middleware and WebSocket. Can this be included in the AspCoreCustom example?
We probably will not include an example in this regard. There is quite a bit of setup for subscriptions. This functionality is provided by the server project, which has the following example:
https://github.com/graphql-dotnet/server/tree/develop/samples
@JorundMartinsen Is this issue still actual? Did the examples from the server project help you?
This is still an issue. I have not found anything in the examples to help me extend our custom middleware to include websocket support.