Closed linkin-park closed 4 years ago
Changed the concurrency model for web_spider.go as it resulted in panic for certain cases.
result
The solution i came up after fix of data races and panics. https://gist.github.com/linkin-park/d540c379990ab3c8d678c8d032979fe5
So re-modified to more simplistic approach.
@susam will merge to master.
Changed the concurrency model for web_spider.go as it resulted in panic for certain cases.
result
via closed channel.The solution i came up after fix of data races and panics. https://gist.github.com/linkin-park/d540c379990ab3c8d678c8d032979fe5
So re-modified to more simplistic approach.