Do Websockets have a mechanism to handle lost data, by default?
Oversimplifying here, say I send 3 packages from server (node.js) to client (vue js). Package number 2 is lost.
Is there a way to resend it or at least notify the client with an error? Or the WS does not support something like that at all because of its stream nature?
Even if WS do not support it, is there a node module that does?
Thanks