jimhigson / oboe.js

A streaming approach to JSON. Oboe.js speeds up web applications by providing parsed objects before the response completes.
http://jimhigson.github.io/oboe.js-website/index.html
Other
4.79k stars 208 forks source link

Memory leaks with oboe.drop #165

Closed Aigeec closed 6 years ago

Aigeec commented 6 years ago

Resolves #68

The drop/swap functionality was not being applied when using the on('node:pattern', handler) syntax.

Initially adding tests to show the issue, will push a fix shortly.