Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (17 loc) · 642 Bytes

CHANGELOG.md

File metadata and controls

22 lines (17 loc) · 642 Bytes

Kitten socket

v1.4.4

2023-09-29

  • Activation of tcp keepAlive on server-side sockets

v1.4.2

2022-04-22

  • Clear the client's socket timeout on disconnect

v1.4.1

2021-06-07

  • The server crashed if saved packets files was not containing a JSON value.

v1.4.0

  • Add option onSocketRegisterFn for socket server.

v1.3.0

  • 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