we use the shdocvw browser activex control in our desktop app to work with xserver 1.x and leaflet.
Also we use the js's of Mr. Heilig from github to interact.
We have the problem that when we work a while in the map (just with some polylines of a route) we'll get the error in the pic1.
The error occurs in the leaflet-xserver.js at pic2.Für diesen Vorgang ist nicht genügend Speicher verfügbar
Memory consumption of our app is also huge. I'm not sure if it is a cache problem in shdocvw or if it is an issue in leaflet-xserver.js. Our main html makes that at the beginning:
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta http-equiv="cache-control" content="no-cache">
Many thanks for any help,
Volker