On Wed, Jun 21, 2017 at 10:49 PM,  <nupur.ban...@indiamart.com> wrote:
>
> I am getting the following error when my services are being load tested.
> I am new to goroutines and may be missing something in my implementation.
> My service on being hit is running 2 goroutines that call an http request.
> After both return , the response from both http requests is returned into a
> channel.
> What could be the possible reason of the following stack trace of error??

What caused the stack trace?  I would have expected to see something
at the start saying why it was generated, but I didn't.

At first glance it looks like you have a deadlock somewhere.  Is there
something reading from the channels?

Ian

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to