blynk-library-js
blynk-library-js copied to clipboard
VM the host system is sleeping but still connect
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)
})
...