Matthew Chadwick
unread,May 8, 2013, 10:07:50 PM5/8/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to alep...@googlegroups.com
I'm using aleph.object to transmit things. I have a client and server exactly the same as the example code, but with another channel into which I siphon the channel from the client. I can send objects (Clojure data structures and Java objects like joda datetimes) just fine. But, the data structure I want to transmit, a huge clojure.lang.PersistentHashMap of clojure.lang.PersistentHashMaps, is not received at the server. It's ok if I (apply enqueue ch (seq huge-map)), but not if I (enqueue ch huge-map).