Skip to content

Instantly share code, notes, and snippets.

@AeroNotix
Created May 29, 2014 11:01
Show Gist options
  • Save AeroNotix/26d28b5e064d4b1d7717 to your computer and use it in GitHub Desktop.
Save AeroNotix/26d28b5e064d4b1d7717 to your computer and use it in GitHub Desktop.
case OldSock of undefined -> ok ;
_ -> ok = gen_udp:close(OldSock)
end,
%% "should be" (according to OTP rules)
case OldSock of undefined -> ok ;
_ -> ok = gen_udp:close(OldSock)
end,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment