Hi,
I have deployed to org a chat bot, in the code I have declare globally let a = "b"
Then if user type in a special message (i.e, '/signin'), set a = "c".
This user 1 uses, at first it is a = "b", then they type in the special message, which now a = "c".
Then user 2 uses the bot, they see a = "c" without typing the special message yet.
I suspect the two users on 2 different Teams clients are using the same bot session. How do I prevent that? I don't want to deploy 2 different bots.
Romain The Low-Code...
25
Pablo Roldan
25
stampcoin
10