azure-webpubsub icon indicating copy to clipboard operation
azure-webpubsub copied to clipboard

[BugBash][CLI]no response in client event command

Open juniwang opened this issue 4 years ago • 1 comments

Describe the bug

[CLI]no response in client event command. Either Success or Failure should be returned. Or any other output which helps debug needs to be returned. However it shows nothing. I don't know what happened.

To Reproduce

  • Open Cloud Shell on Azure Portal
  • Create a Web PubSub resource using az webpubsub create ...
  • Start the client: az webpubsub client start --hub-name <hub> -g <group> -n <name>
  • Send event to event handler: event name message
  • Nothing happens. image

Exceptions (if any)

  • Should return one of the following: success, failure, error etc with helpful debug info in case of failure/error.
  • Better to have some way to set log/output level.

Further technical details

  • SDK and its version you use

juniwang avatar Oct 29 '21 06:10 juniwang

https://github.com/Azure/azure-cli-extensions/pull/4049

zackliu avatar Nov 01 '21 07:11 zackliu