examples icon indicating copy to clipboard operation
examples copied to clipboard

Add subscription to AspCoreCustom example

Open JorundMartinsen opened this issue 6 years ago • 3 comments
trafficstars

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?

JorundMartinsen avatar Jul 24 '19 09:07 JorundMartinsen

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

joemcbride avatar Jul 24 '19 15:07 joemcbride

@JorundMartinsen Is this issue still actual? Did the examples from the server project help you?

sungam3r avatar Aug 31 '19 13:08 sungam3r

This is still an issue. I have not found anything in the examples to help me extend our custom middleware to include websocket support.

JorundMartinsen avatar Sep 01 '19 05:09 JorundMartinsen