Skip to content

How to manage discussion threads for multiple concurrent users? #2

Open
@rvencu

Description

@rvencu

Hi, as a web app (flask) the chatbot can be potentially hit by multiple users at once. Handling variables will not be safe such as: "My name is user 1" then "My name is user 2" will set the final variable as "user 2" even if user 1 continues the dialog.

Is there a technique available to maintain the user context?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions