share data between node

Home Forums Conduit: AEP Model share data between node

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #20842
    sabrine
    Participant

    Hello,
    I am trying to share data between my node fucntions throw the use of context object, but seems like in this version it is not working:

    My node version: 0.10.40
    My node red version:  0.11.1

    I tried the following context.set("AE", AE), I got TypeError: Object [object Object] has no method 'set'

    and global.set('AE',AE), I got ReferenceError: global is not defined (line 7, col 1)

    Any ideas how to share data between nodes?

    Thanks, best regards,

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.