-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show blocked requests correctly #13
Comments
And I might want to work on that, if you agree that showing blocked requests in that way is sensible :) |
Yes, I think this is a good idea. Might be worth exploring the Puml docs to see if there's something that can represent that connection termination properly. I think there's a bold cross in there somewhere. |
Indeed, you can specify a connection as |
Keep the ideas coming, it's easier to triage them than get new ones. As for your suggestion, maybe worth looking in to having a flag to show the entire legend or not. Might be simpler than having logic to figure it out what it looks like. And you could make the legend a bunch of static text then. |
I'm working on it and realizing, the |
I'd prefer to keep that business logic out. But you're right, it does feel like it's all a bit messy. Perhaps have every component decide whether or not it needs to be drawn? |
I mean, try raising a draft PR to see how the code looks. It might be that you come up with a suitable solution. And it's easier to look at it in code. |
Is your feature request related to a problem? Please describe.
When a request is blocked for some reason, the response is rendered with status code zero. Reading the field
response._error
might help in finding out why the request was blocked.Describe the solution you'd like
Maybe show a note on the connection with the contents of
response._error
(for examplenet::ERR_BLOCKED_BY_CLIENT
)Describe alternatives you've considered
Maybe rework the colors used for highlighting the initiator so red can be used for blocked requests. In any case, the return from the request must not be shown.
Additional context
Example request (truncated for brevity):
The text was updated successfully, but these errors were encountered: