Skip to content

Instantly share code, notes, and snippets.

@aurimasniekis
Created January 3, 2015 20:00
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 aurimasniekis/da3281e62ec2afc6cf07 to your computer and use it in GitHub Desktop.
Save aurimasniekis/da3281e62ec2afc6cf07 to your computer and use it in GitHub Desktop.
const char* packetType = jsonObject["type"];
if (packetType == "ping") {
// never reaches
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment