michaelwittig / node-q

Q interfacing with Node.js
MIT License
52 stars 14 forks source link

Server crash when using node v0.10.31 #24

Closed tsuk13 closed 7 years ago

tsuk13 commented 7 years ago

Hey just letting you know I was getting a server crash when running a query on a KDB server. It had no error message the app would just stop working. a "Count xxxxx" ran fine but a "select from xxxxx where i>0,i<=100" would crash the whole node server. This was on linux and node v0.10.31. I upgraded the server to the version of node I was running locally, v0.12.2 and everything is working fine now. Just thought you might want to take a look at your required node version in package.js

michaelwittig commented 7 years ago

Hi @tsuk13