Memory leak in WebTiledLayer

1212
0
09-19-2016 01:30 AM
TomášVepřek
New Contributor

Hi,

I'm working with ArcGIS Runtime SDK for .NET 10.2.7 in WPF application and i found out, that when frequently zooming and panning map with WebTiledLayer in it, memory consumption raises and eventually I end up with OutOfMemoryException. I tried some basic memory profiling and found out that wrong usage of HttpClient is the reason.

I have only one layer in map and its WebTiledLayer so I'm quite sure the problem is in this layer and the way it downloads its tiles.

Is there any possibility to fix this in next release of SDK?

Best wishes

Tomáš Vepřek

0 Kudos
0 Replies