Skip to content

Instantly share code, notes, and snippets.

@AeroNotix
Created March 6, 2015 00:24
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 AeroNotix/5f1428945cd90ca736b9 to your computer and use it in GitHub Desktop.
Save AeroNotix/5f1428945cd90ca736b9 to your computer and use it in GitHub Desktop.
(defn -toByteArray [this]
(let [buf (compose-buffer airos-websocket-spec :buffer-type :heap)]
(compose buf @(.state this))
(.array (buffer buf))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment