Re: http-kit AsyncChannel and clojure.core.async.impl.channels.ManyToManyChannel

2014-05-07 Thread Valentin Luchko
I still claim that you have a dirty repl or > something. > > Timothy > > > On Wed, May 7, 2014 at 6:11 AM, Valentin Luchko > > wrote: > >> Sorry, but you guys didn't understand the problem. >> *tbc++*, I don't use core.async, so I don't requi

Re: http-kit AsyncChannel and clojure.core.async.impl.channels.ManyToManyChannel

2014-05-07 Thread Valentin Luchko
Sorry, but you guys didn't understand the problem. *tbc++*, I don't use core.async, so I don't require it dgrnbrg, I don't want to interface these libraries together. Let me try explain again. 1. I have http-kit socket server running 2. When client connects I store its connection (http-kit's Async

Re: http-kit AsyncChannel and clojure.core.async.impl.channels.ManyToManyChannel

2014-05-05 Thread Valentin Luchko
Here is the gist https://gist.github.com/valichek/ba510de9ff2cf3d0c502 P.S. sorry if my first post was odd понедельник, 5 мая 2014 г., 20:03:09 UTC+3 пользователь Valentin Luchko написал: > > Could you explain me why after > clients;; => {# /0:0:0:0:0:0:0:1%0:<->/0:0:0

http-kit AsyncChannel and clojure.core.async.impl.channels.ManyToManyChannel

2014-05-05 Thread Valentin Luchko
Could you explain me why after clients;; => {#/0:0:0:0:0:0:0:1%0:60071> true} (into {} clients) ; => # I get How {#/0:0:0:0:0:0:0:1%0:60071> true} is transformed to #? I suspect it is because I use AsyncChannel as a key, but what is going on? -- You received this message because you are s