yuancheng-p / c2w

chat while watching network application protocol
1 stars 3 forks source link

Useless loop in sendUserList of udp_server #6

Closed yuancheng-p closed 10 years ago

yuancheng-p commented 10 years ago

We should take off the useless loop here:

    elif roomType == room_type["mainRoom"]:
            for user in self.serverProxy.getUserList():
                users = self.users
yuancheng-p commented 10 years ago

Corrected in Code clean: commit fdf14b73d3eb321eda41511298a60821e8c8a005