Skip to content

Problem if requested odata expression leads to empty result set #7

@MeinhardTL

Description

@MeinhardTL

Hi there!

Start the DataPresenter.DataSources.OData.SampleApp, choose Northwindow Employees. In the grid filter so that no record will be found. The grid is empty now, but watch the memory consumption in the taskmanager .... constantly growing! If you add

            _client = new ODataClient(new ODataClientSettings(_baseUri)
            {
                IgnoreUnmappedProperties = true,
                BeforeRequest = (r) => System.Diagnostics.Debug.WriteLine(r.ToString())
            });

in ODataVirtualDataSourceDataProviderWorker
you will see that the same http-request is permanantly fired.

Regards
Meinhard

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions