I'm Using version 2.7 and whenever I use the callback function with a delay after the function it crashes. Works fine without the delay though.
Message:
/home/ricardo/testing/node_modules/taffydb/taffy.js:806
f.call( that.getroot( that.context() ) );
^
TypeError: f.call is not a function
at Timeout._onTimeout (/home/ricardo/testing/node_modules/taffydb/taffy.js:806:13)
I'm Using version 2.7 and whenever I use the callback function with a delay after the function it crashes. Works fine without the delay though. Message: