Closed DavidBal closed 1 year ago
Hi @DavidBal,
We're having trouble reproducing this issue. We can pass ResponseEmpty
instances to script code – and instantiate ResponseEmpty
in script code – without any problems. Can you provide a minimal sample? Also what .NET runtime are you using?
Thanks!
Please reopen this issue if you have additional information about this topic. Thank you!
Hi ClearScript Team,
i have the following code:
When i return a object from type
ResponseEmpty
to a V8Script, i get this exception:The workaround for this exception is to change the code to the following:
Thanks in advance.
Best regards, David