Kishan Joshi

Results 3 issues of Kishan Joshi

How to know that that socket is alive or not i mean android has feature socket.isconnected which returns boolean so in this swiftsocket how to know is there anyway to...

getting this errors after running npm install command ``` make: Leaving directory '/home/kishan/Work/node-postgres-registration/node_modules/bcrypt/build' gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack...

``` char QC_JSON[1024] = ; DynamicJsonBuffer jsonBuffer; JsonObject& root = jsonBuffer.parseObject(QC_JSON); if(root.success()) { Serial.print("QC:");Serial.println(sizeof(QC_JSON)); int lab = root["lab"]; Serial.print("Json:");Serial.println(lab); memset(QC_JSON, 0, sizeof(QC_JSON)); root.prettyPrintTo(Serial); root.add("lab",int(3)); root.printTo(QC_JSON,sizeof(QC_JSON)); String buffer = String(QC_JSON); Serial.println(buffer);...