ARASH GHOREYSHI

Results 3 issues of ARASH GHOREYSHI

my state serevr is already running i run `set SCC_STATE_SERVER_HOST=127.0.0.1 && set SCC_BROKER_SERVER_PORT=3300 && node server.js` and i get the error ``` { SocketProtocolError: Socket hung up at SCClientSocket._onSCClose (D:\arash\socketCluster\scc-broker\node_modules\socketcluster-client\lib\scclientsocket.js:647:15)...

on-handle-up on-handle-down not working onhandleup onhandledown works

my envoriment is node : 6.9.1 os:windows 10 ``` var pdfImage = new PDFImage('test.pdf'); pdfImage.convertPage(0).then(function (imagePath) { console.log(imagePath) // 0-th page (first page) of the slide.pdf is available as slide-0.png...