Skip to content

Instantly share code, notes, and snippets.

@dratwas
Created November 20, 2017 11:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dratwas/de0c9ebd00337d26e164c58da7ad6a3a to your computer and use it in GitHub Desktop.
Save dratwas/de0c9ebd00337d26e164c58da7ad6a3a to your computer and use it in GitHub Desktop.
- (void)sessionDidConnect:(Session*)session {
[[NSNotificationCenter defaultCenter]
postNotificationName:@"onSessionConnect"
object:nil
userInfo:@{@"sessionId": session.sessionId}];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment