Skip to content

OutOfMemoryException calling CallGlobalFunction #14

@alex4998

Description

@alex4998

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions