Inist-CNRS/node-sphinxapi

quick question

Opened this issue · 1 comments

When the sphinx search goes out does it all happened async like other database npm's? Or is there any event loop blocking going on?

touv commented

I do not think the official client handles such cases. We could act when the connection is lost, but for the moment is not yet implemented. You can still change the code to add a specific code, see here https://github.com/touv/node-sphinxapi/blob/master/lib/sphinxapi.js#L216