LivePersonInc / node-agent-sdk

LivePerson Agent Messaging SDK for NodeJS
MIT License
49 stars 78 forks source link

MessagingEventNotification triggers for other conversations #80

Open pndewit opened 5 years ago

pndewit commented 5 years ago

Hi,

The following line has been in the repo for ages: https://github.com/LivePersonInc/node-agent-sdk/blob/2656eae8c9740224bddef1d8d5c66c72e69aa708/examples/agent-bot/MyCoolAgent.js#L101 I see that I am still getting these warnings in my bot. Is there any update on when this will be fixed? I am trying to make my chatbot fully scalable and this is giving me hard time as I will need to save the "open conversations" as a state variable in a persisting storage. Not doing this would make all open conversations unrecognised when the chatbot is transferred to another Docker container or when I do a rolling update.

Gr.