Gitartha Kumar Sarma
Gitartha Kumar Sarma
Inside `/cnew.py`, for every client we can maintain a dictionary with (key,value) as `(serveraddr, [user1,user2,..])`. Next whenever any client runs the `list` command, we will know from which server it...
Will this approach work? Inside `/cnew.py` under the `producer_handler()` function, we need to handle for this `/list` case and send a websocket request(don't know whether this is valid nomenclature) passing...
> Since there is already a map `USERS` containing data about user and the chat-group they belong to, we can use that map to serve a list of users from...
@t0xic0der actually I was trying to figure out where the text msgs sent by the users inside chatrooms were handled inside 'cnew.py'. Inside there we can create a special case...
For leetcode problems, it would be better if they are arranged question wise rather than topic wise. 1. The first problem is that many questions are the intersection of different...