Fork me on GitHub
#core-async
<
2017-03-25
>
pawandubey00:03:48

Any pointers as to where I am going wrong will be mighty helpful. Haven't completely understood core.async yet.

pawandubey00:03:40

I know the problem is in the async part because I have tests for the parts which are easier to test 😂

hiredman00:03:32

what is wrong with it?

pawandubey00:03:04

It just returned an instance of ManyToManyChannel

pawandubey00:03:12

But OMG I made it work

pawandubey00:03:26

Turns out I had two calls in the wrong order

pawandubey00:03:05

I was first filling up the chans with data first and then starting the go-loops. I reversed the order and it seems to work now.

noisesmith00:03:50

@pawandubey not your main issue, but go-loop and go always return a channel

pawandubey01:03:51

I figured that out though the docs. But the issue was that the actual work wasn't happening at all