Windows 8 app memory leak calling web service -
we have app pulling information soap web service.
the web service called within loop pulling down items 30 @ time until has retrieved of items required.
we have noticed memory usage app grows each time make call web service , not released again.
i have added in code make sure objects set null once finished , included gc.collect() gc.waitforpendigfinalizers() gc.collect() @ end of loop clean memory waiting garbage collection.
has come across similar memory leaks in windows store app?
thanks
Comments
Post a Comment