jayeshdesai4520 / chatbot-ng-internal

MIT License
3 stars 0 forks source link

Possible race condition when reset components is invoked #23

Closed ram-g-athreya closed 3 years ago

ram-g-athreya commented 3 years ago

In the reset components intent the global session variable is used to clear the session here. This can result in a race condition since by the time that section executes a new user can come in and hence mess up the session variable

anbo-de commented 3 years ago

@ram-g-athreya Please check.