Aeon Known Issues
2 results found
-
Byte arrays passed to .NET methods are converted to null due to an NLua bug
Byte arrays (often referred to as Byte[] in Microsoft's .NET documentation) passed from Lua to .NET methods are converted to null, causing those .NET methods to fail when included in addon code.
This is a known NLua bug present in the version of the NLua component used by the Aeon application, detailed here: https://github.com/NLua/NLua/issues/438.
Bug# 24019
0 votes -
Setting private mode in the Chromium browser does not clear cache upon closing the browser.
Creating an instance of the Chromium browser in an addon with privateMode set to true persists the cache between browser instances and also between users.
Aeon v5.1.
Bug# 13852
0 votes