2023-09-29
- Activation of tcp keepAlive on server-side sockets
2022-04-22
- Clear the client's socket timeout on disconnect
2021-06-07
- The server crashed if saved packets files was not containing a JSON value.
- Add option
onSocketRegisterFn
for socket server.
- Replace 'error' events by 'warning' to avoid process.exit if the error is not caught. In NodeJS, 'error' is special and needs to be handled somewhere. If it isn't, the process ends.
- Catch errors on all sockets
- Server ends current client connections if server.stop() is called