Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • A AEON SDK
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • ARI
  • AEON SDK
  • Issues
  • #16
Closed
Open
Issue created Dec 14, 2017 by Ghost User@ghost

SUBCRIBE to several channels using a single method failed with duplicated subscription

Changes in the node part in the file aeonSDK.js. If I add a var var in line below multiple subscription are possible.

function subscribeToQueue(myObject, subscriptionData, control, deliveredMessage) {

var localSocket = myObject.socket;

//var subscription = this.subscription;

//Store the subscription for future needs
try {
    var subscription = subscriptionData; <== PLEASE ADD var AT THE BEGINNING

    myObject.subscription = subscription;

In my middleware I only uses the nodejs sdk but I could not deploy the version which support several channels.

Assignee
Assign to
Time tracking