blynk-library-js icon indicating copy to clipboard operation
blynk-library-js copied to clipboard

VM the host system is sleeping but still connect

Open bestpika opened this issue 5 years ago • 0 comments

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)
})
...

bestpika avatar Feb 27 '19 02:02 bestpika