View Single Post
11/17/14, 03:53 AM   #8
Criscal
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 14
inventory updates

Hi,

I worked around a similar issue with my addon. Changing a horse can lead to many item update events. Since 1.3 or so the client crashes seemingly on purpose when the response takes too long. I solved it by only calculating results when my window was actually visible as well as throttling the recalculation frequency. So if there is now something like horse change start and or post event you could throttle it easily.
  Reply With Quote