Is STATIC_DATA_UNREF_AFTER_TRANSFER fully supported?
#1669
-
|
I noticed that the However, in the current implementation of: the unref logic is only applied when I couldn’t find any equivalent unref handling when Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I haven't checked the TransferTask code yet, as I've been investigating another issue, but I expect this is simply an oversight in TransferTask.cpp and should be straight forward to fix by appling similar code. Once I've resolve this other issue I'll have a look. However, you are welcome to try your had an adding the required code to TransferTask.cpp and if you get it working reliable submit a PR so I can review and merge if appropriate. |
Beta Was this translation helpful? Give feedback.
I haven't checked the TransferTask code yet, as I've been investigating another issue, but I expect this is simply an oversight in TransferTask.cpp and should be straight forward to fix by appling similar code. Once I've resolve this other issue I'll have a look.
However, you are welcome to try your had an adding the required code to TransferTask.cpp and if you get it working reliable submit a PR so I can review and merge if appropriate.