rust-sdk
rust-sdk copied to clipboard
Publisher/subscriber example does not work
Steps: 1- I opened a DAPR app on a given grpc port. The console shows that the Dapr is up and running. 2- Start the subscriber example in the elevated mode, and set the port to the sane one that Dapr is running at. The server will start fine. I noticed that it won't run in debug mode as it will not run in the elevated mode 3- Start the subscriber example. It will run fine. However, subscribers are not triggered upon publish events.
Expected Results: Subscribers must be triggered upon publish events
Additional Notes The client example works fine, which indicates that the Dapr at least is operating as expected.
Operating System: Windows 11