pastec
pastec copied to clipboard
similarSearch hanging
I'm working on a node.js module version of this project and I got stuck with the fallowing issue:
When using the "similarSearch", something is hanging (maybe a dead lock) the process at "getImageWords", if I replace the "i_ret" whit OK value all goes fine. So i suppose that the hanging line is somewhere in "getImageWords" method of the index.
To reproduce the error try adding or removing an image after using the "searchSimilar" method.
If anyone can help me Ill appreciate it.
@pkarc I'm curious if you ever solved this. It looks like you have a repo going: https://github.com/pkarc/node-pastec
Very curious to use it, if you solved this!
Hi, i added a pullrequest, too fix it..