async-sockets
async-sockets copied to clipboard
A Clojure library for working with sockets using core.async channels.
Fixes issue #4
`async-sockets.core` is mentioned, when the actual namespace is `com.gearswithingears.async-sockets`
It looks like you meant :in and :out not :in-ch and :out-ch as keys for the record.
changed the in-ch and out-ch in the AsyncSocket defrecord to in and out respectively.