Skip to content

Instantly share code, notes, and snippets.

@datanoise
Created June 8, 2015 11:43
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 datanoise/5d75ee35f27bd47894db to your computer and use it in GitHub Desktop.
Save datanoise/5d75ee35f27bd47894db to your computer and use it in GitHub Desktop.
buf :: UInt8[1024]
len = sock.read(buf.to_slice)
if len > 0
data = String.new(buf.buffer, len)
...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment