Skip to content

Instantly share code, notes, and snippets.

Created December 2, 2014 22:05
Show Gist options
  • Save anonymous/229d28370645a6bc38dc to your computer and use it in GitHub Desktop.
Save anonymous/229d28370645a6bc38dc to your computer and use it in GitHub Desktop.
Poison doesn't encode
Poison.encode!(<<127,127>>) # Will encode as "\"\d\d\""
Poison.encode!(<<127,128>>) # This will hang.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment