You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a strange thing. When I call _Engine.CallGlobalFunction("Decipher", new[] { _Engine.Converter.FromString(strSignature) }) I get OutOfMemoryException after approximately 5 seconds delay on the method. "Decipher" function is rather simple. Besides it works fine if I call _Engine.Execute(new ScriptSource("Inline", $@"Decipher('{strSignature}');"));. What am I doing wrong?
Thanks,
Alex
The text was updated successfully, but these errors were encountered:
There is a strange thing. When I call _Engine.CallGlobalFunction("Decipher", new[] { _Engine.Converter.FromString(strSignature) }) I get OutOfMemoryException after approximately 5 seconds delay on the method. "Decipher" function is rather simple. Besides it works fine if I call _Engine.Execute(new ScriptSource("Inline", $@"Decipher('{strSignature}');"));. What am I doing wrong?
Thanks,
Alex
The text was updated successfully, but these errors were encountered: