Changeset 9605 for trunk/src/common/connection_handlers.py
- Timestamp:
- 05/10/08 16:23:55 (7 months ago)
- Files:
-
- 1 modified
-
trunk/src/common/connection_handlers.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/common/connection_handlers.py
r9602 r9605 1510 1510 session = self.get_session(frm, thread_id, mtype) 1511 1511 1512 if thread_id and not session.received_thread_id:1513 session.received_thread_id = True1512 if thread_id and not session.received_thread_id: 1513 session.received_thread_id = True 1514 1514 1515 1515 # check if the message is pubsub#event
