v8worker icon indicating copy to clipboard operation
v8worker copied to clipboard

Observing strange issue with SendSync

Open brainpicture opened this issue 7 years ago • 2 comments

At some moment SendSync returns an empty string instead of the result. In my case, it happens right after calling another package with C bindings (https://github.com/gographics/imagick) My code: data := JSWorker.SendSync(opts) with some probability, data contains empty string instead of a result. looks like a goroutines multithread issue.

brainpicture avatar May 14 '17 00:05 brainpicture