live update for multiple tenants/hosts

Hi,

If you have different tenants/accounts using the scheduler and would like the live update to know for which tenant the request is - how would you handle that?

Ideally this would be achieved through some namespacing/clear separation in the fayes/node handling?

Thanks for suggestions,

Cheers,

You can use different channel names for different users ( channel name for each user can contain user’s id )

Thanks Stanislav - will check that out!

@ Stanislav how can I specify the different channel name?

specifically, should I be changing anything in servers.js? or in the liveupdate.js files?

or is it uniquely through the scheduler js code.

Thanks!

figured it out - indeed solution is to use different channels - but implementation means changing code in liveupdate handling.
Thanks