Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2016
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. Room #default is beeing made!
  2.  
  3. DISCONNECTED CALLED
  4. Client gh removed.
  5. NICKNAMES : {'gf': <__main__.User instance at 0x02D4F490>, 'das': <__main__.User instance at 0x02D4F080>}
  6.  
  7. REFERENCES : [<frame object at 0x02D5C190>]
  8. CLIENTS : {<__main__.SocketHandler object at 0x02D244D0>: <__main__.User instance at 0x02D4F490>,
  9. <__main__.SocketHandler object at 0x02D24BF0>: <__main__.User instance at 0x02D4F080>}
  10.  
  11. ROOM: #default {'gf': <__main__.User instance at 0x02D4F490>, 'das': <__main__.User instance at 0x02D4F080>}
  12.  
  13. Deleted user gh
  14.  
  15. Client list after close event [ <__main__.SocketHandler object at 0x02D244D0>, <__main__.SocketHandler object at 0x02D24BF0> ]
  16.  
  17. DISCONNECTED CALLED
  18.  
  19. Client das removed.
  20.  
  21. NICKNAMES : {'gf': <__main__.User instance at 0x02D4F490>}
  22.  
  23. REFERENCES : [<frame object at 0x02D5C190>]
  24.  
  25. CLIENTS : {<__main__.SocketHandler object at 0x02D244D0>: <__main__.User instance at 0x02D4F490>}
  26.  
  27. ROOM: #default {'gf': <__main__.User instance at 0x02D4F490>}
  28.  
  29. Deleted user das
  30.  
  31. Client list after close event [<__main__.SocketHandler object at 0x02D244D0>] <--THIS IS BASICLY CLIENTS KEYS
  32.  
  33. DISCONNECTED CALLED
  34.  
  35. Client fasdfs removed.
  36.  
  37. NICKNAMES : {'fsdf': <__main__.User instance at 0x02D5E0F8>}
  38.  
  39. #THIS LINE HERE IS MY CONCERN, IT'S RANDOMLY (NOT CONSISTANTLY) REFERENCED BY ROOM USERS DICTIONARY <--READ THIS HERE
  40. REFERENCES : [{'gf': <__main__.User instance at 0x02D4F490>, 'fsdf': <__main__.User instance at 0x02D5E0F8>},
  41. <frame object at 0x02D5C190>]
  42.  
  43. CLIENTS : {<__main__.SocketHandler object at 0x02D59310>: <__main__.User instance at 0x02D5E0F8>} <-- IT's one in clients but it
  44. <--isn't removed from the room, it wouldn't bother me if it happend every time, but this happens when it wants..
  45.  
  46. ROOM: #das {}
  47.  
  48. ROOM: #default {'gf': <__main__.User instance at 0x02D4F490>, 'fsdf': <__main__.User instance at 0x02D5E0F8>}
  49.  
  50. Client list after close event [<__main__.SocketHandler object at 0x02D59310>]
  51.  
  52. DISCONNECTED CALLED
  53.  
  54. Client removed.
  55.  
  56. NICKNAMES : {'fsdf': <__main__.User instance at 0x02D5E0F8>}
  57.  
  58. REFERENCES : [<frame object at 0x02D5C190>] <--This is OK, but why would that up happen
  59.  
  60. CLIENTS : {<__main__.SocketHandler object at 0x02D59310>: <__main__.User instance at 0x02D5E0F8>}
  61.  
  62. ROOM: #das {}
  63.  
  64. ROOM: #default {'gf': <__main__.User instance at 0x02D4F490>, 'fsdf': <__main__.User instance at 0x02D5E0F8>}
  65.  
  66. Deleted user
  67.  
  68. Client list after close event [<__main__.SocketHandler object at 0x02D59310>]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement