I am encountering an issue where the createSubscription() method in node-opcua is returning a CreateSubscriptionResponse object instead of the expected Subscription object (EventEmitter). This is ...
I am attempting to use the $app/server read function to include some large JSON files in my project and read them for use in +server.js enpoints. I can get it to work ...