Skip to content

Instantly share code, notes, and snippets.

@jasom
Created December 8, 2011 19:02
Show Gist options
  • Save jasom/1448071 to your computer and use it in GitHub Desktop.
Save jasom/1448071 to your computer and use it in GitHub Desktop.
request = self.receive()
print 'request received'
if request.is_disconnect():
print 'disconnect'
continue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment