Could you explain me why after 
clients;; => {#<AsyncChannel 
/0:0:0:0:0:0:0:1%0:9999<->/0:0:0:0:0:0:0:1%0:60071> true}
(into {} clients) ; => #<ManyToManyChannel 
clojure.core.async.impl.channels.ManyToManyChannel@5d9c832a>
I get <IllegalArgumentException java.lang.IllegalArgumentException: No 
implementation of method: :take! of protocol: 
#'clojure.core.async.impl.protocols/ReadPort found for class: nil
AsyncChannel is from http-kit

and
(merge {} clients) ;; #<ManyToManyChannel 
clojure.core.async.impl.channels.ManyToManyChannel@5d9c832a>

How {#<AsyncChannel /0:0:0:0:0:0:0:1%0:9999<->/0:0:0:0:0:0:0:1%0:60071> 
true} is transformed to #<ManyToManyChannel 
clojure.core.async.impl.channels.ManyToManyChannel@5d9c832a>?
I suspect it is because I use AsyncChannel as a key, but what is going on?
 



-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to