Can you put the sourcecode in refheap or gist? I can't make sense of your initial post.
Timothy On Mon, May 5, 2014 at 11:03 AM, Valentin Luchko <[email protected]> wrote: > 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 [email protected] > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > [email protected] > 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 [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- “One of the main causes of the fall of the Roman Empire was that–lacking zero–they had no way to indicate successful termination of their C programs.” (Robert Firth) -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
