Hi Giuseppe,

Is it true that if I modify the itemName in getItems that it will effect the subscription itself?

For example, it turns out we do need some user information for our scenario. As such, I have an http client that is subscribing to 'itemName'. I am catching this subscription with getItems, and updating it to be 'itemName_userId'. However, now when I post updates to 'itemName' the client no longer receives the data. Is this because LS thinks the client is actually subscribed to 'itemName_userId' instead of just 'itemName'?

Thanks,
Tanner