asyncapi / saunter

Saunter is a code-first AsyncAPI documentation generator for dotnet.
https://www.asyncapi.com/
MIT License
194 stars 55 forks source link

Operation types in the side panel index are not correct #191

Open gabrielcerutti opened 3 months ago

gabrielcerutti commented 3 months ago

Describe the bug.

Pub/Sub are inverted. Please check the screenshot.

Expected behavior

Correct Operation types in both, side panel and body.

Screenshots

image

How to Reproduce

  1. Set up Saunter with some Pub/Sub operations.
  2. Run and open the Saunter UI.
  3. Check and compare the side panel index and body operations.

🥦 Browser

Google Chrome

👀 Have you checked for similar open issues?

🏢 Have you read the Contributing Guidelines?

Are you willing to work on this issue ?

Yes I am willing to submit a PR!

yurvon-screamo commented 3 months ago

it sounds strange, the main thing is to remember that the 'PUB' - service is subscribed, and the 'SUB' - service publishes a message.

Waiting PR)