Conversation
Codecov Report
@@ Coverage Diff @@
## master #1 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 1 1
Lines 32 30 -2
=====================================
- Hits 32 30 -2
Continue to review full report at Codecov.
|
|
Can you explain what problem this solves, how does it help ? The idea of running grouting here was for |
|
In your delegate function, there are chances that the goroutine won't run at all since delgate function has not other commnd to run after the goroutine has started.Delegate function will sometimes end even before the goroutine has completed |
|
@siddhant2408 could you add a test case for it ? That breaks now and will work after your changes ? |
No description provided.