Chat quee implementation

Hi,
I m trying to develop an interactive chat bot based on the dash chat example. I need to serve only 1 client at a time. So a waiting queue is needed but it seems like dash can’t identify the different web clients. Is there a way to differentiate different web client users so that I can implement the waiting queue?