Skip to content

ServiceInsight may issue more HTTP requests to ServiceControl than necessary #1076

@timbussmann

Description

@timbussmann

When selecting a message in the message list view, there are two "identic" HTTP requests going to the ServiceControl API to request the data.

This can be seen in the log view:
image

and it can also be seen on the code, that due to the call to SearchBar.NotifyPropertiesChanged(); both SequenceDiagramViewModel and MessageFlowViewModel are being triggered to create new requests.

Although the API call logic uses RestRequestWithCache, no If-None-Match headers are added to the request and the same ServiceControl controller is invoked twice.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions