Thread Tools Display Modes
Prev Previous Post   Next Post Next
03/02/16, 02:03 PM   #1
votan
 
votan's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2014
Posts: 577
Minor leak in CALLBACK_MANAGER

Hi Chip,

I have found something one of ZOS may look at some day:
Everytime you interact with a crafting station (except Alchemy) the number of registered callbacks of CraftingAnimationsStopped increases and does not decrease afterwards.

Tested without any addon, of course.

Code:
/script d(#CALLBACK_MANAGER.callbackRegistry["CraftingAnimationsStopped"])
Starting at 69. Go to crafting station, interact, close, 70, interact, close, 71, ...

The only station not affected is Alchemy.

This can't be good, but one has to interact a lot with crafting stations without reloading, so...
  Reply With Quote
 

ESOUI » Developer Discussions » General Authoring Discussion » Minor leak in CALLBACK_MANAGER


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off