quickfix icon indicating copy to clipboard operation
quickfix copied to clipboard

Initiator start doesnt wait for go routine to execute because it doesnt have initiator.waitgroup.wait()

Open muditb007 opened this issue 5 years ago • 1 comments

Initiator start doesnt wait for go routine to execute because it doesnt have initiator.waitgroup.wait(). Need to add i.wg.Wait() to wait wg.Done() to get execute. Currently, It doesnt execute the handleconnection() go routine. It directly ends the start function. i.wg.Wait() needs to be added after the loop to wait for the waitgroup to get down to zero. Please Let me know if I am missing something.

muditb007 avatar Feb 24 '20 12:02 muditb007

^ Facing the same issue. Any leads guys?

prashant-falconx avatar Feb 24 '20 15:02 prashant-falconx