docs icon indicating copy to clipboard operation
docs copied to clipboard

.NET steps for programmatic subscription to pub/sub missing subscription info

Open negativeeddy opened this issue 3 years ago • 0 comments

Describe the issue The .NET example for programmatic subscription to pub/sub only shows the code for receiving the messages. It does not include how to create the subscriptions i.e. the call to MapSubscribeHandler(). So if someone follows the example they will not receive any messages

URL of the docs https://docs.dapr.io/developing-applications/building-blocks/pubsub/subscription-methods/#programmatic-subscriptions

Expected content Should include instructions on calling MapSubscripterHandler() or mapping the subscribe endpoint (similar to the JS example)

negativeeddy avatar Jul 13 '22 20:07 negativeeddy