WebSockets Energy Consumption
Pure WebSockets/TCP sockets solution (without ping-pong packets) in idle state doesn’t even detect a connection loss because it doesn’t send any data. Once handshake has occured, it assumes that connection is established until something closes the socket or sender will attempt to send some data and it is detected that there is no connection anymore … Read more