browserify / watchify

watch mode for browserify builds
Other
1.79k stars 203 forks source link

Getting multiple events from single update in REST call #360

Closed JakobMoser closed 5 years ago

JakobMoser commented 5 years ago

Hello,

I have the following issue: I have watchify watching a .pdf file that I generate in a REST call, but as soon as I call the function multiple times, I get multiple events. So like, when I want to generate 4 .pdf's I get one event at the first, two events at the second call, three events at the third call, ...

This happens to me every time.

Has somebody maybe faced a similar problem?