def testIter(self): count = 2 for rsvp in ws.create_connection('ws://stream.meetup.com/2/rsvps'): count -= 1 if count == 0: break