Closed cy-polo closed 1 year ago
Hello! Sorry for the delayed response. Please update to the latest version 1.1.9 and see the example below:
const { TypedObjects } = require('@jadbalout/nodeamf');
const externalizedObject = new TypedObjects.ArrayCollection([ /* array here */]);
No problem, thanks for the answer! I'll try it soon.
Have a nice day!
Hello,
I would like to be able to reply to the client with a response containing an
Externalized Object
, but I can't.Can you please tell me how to do it? I looked in the source code but I didn't understand. Thank you in advance for your answer!
What I want to do:
What's happening right now:
What I do:
Thank you in advance for your help!