wiredprairie / unofficial_nodejs_nest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple items returned by subscribe

stormboy opened this issue · comments

Using the example program, an increasing number of callbacks occur as time goes on

Adding a "return;" statement just after line 317 of index.js seems to fix the problem. Otherwise "done()" gets called, but may be called again later.

Fixed. Thanks!