cardigann / go-cloudflare-scraper

A golang http.Transport layer that uses Otto to solve Cloudflare challenges
130 stars 77 forks source link

Concurrency #1

Open iMaxopoly opened 7 years ago

iMaxopoly commented 7 years ago

Is this concurrency safe?

I tested a little bit and the goroutines seemed to crash.

Sorry if that's not much to go with.

lxt2 commented 7 years ago

It should be, will test it.