vshymanskyy / blynk-library-js

Blynk library for JS. Works with Browsers, Node.js, Espruino.
https://blynk.io/
MIT License
215 stars 67 forks source link

VM the host system is sleeping but still connect #48

Open bestpika opened 5 years ago

bestpika commented 5 years ago

My Blynk server is hosting on VM (CoreOS). When the host system (Windows) sleeping, the client still connects.

I am using TCP client.

let b = new blynk.Blynk(auth, {
  connector: new blynk.TcpClient(options)
})
...