Commit Graph

12 Commits

Author SHA1 Message Date
1d62c9c695 Refactor smartsocket implementation for improved WebSocket handling and message protocol
- Updated test files to use new testing library and reduced test cycles for efficiency.
- Removed dependency on smartexpress and integrated direct WebSocket handling.
- Enhanced Smartsocket and SmartsocketClient classes to support new message types and authentication flow.
- Implemented a new message interface for structured communication between client and server.
- Added external server support for smartserve with appropriate WebSocket hooks.
- Improved connection management and error handling in SocketConnection and SocketRequest classes.
- Cleaned up code and removed deprecated socket.io references in favor of native WebSocket.
2025-12-03 02:20:38 +00:00
da10b25214 feat(SmartsocketClient): Improve client reconnection logic with exponential backoff and jitter; update socket.io and @types/node dependencies 2025-03-10 23:02:24 +00:00
4552a0527d fix(core): update 2024-04-26 15:31:08 +02:00
bf6bda88e5 fix(core): update 2024-04-18 20:21:15 +02:00
6753a4fefc fix(core): update 2023-09-09 23:32:12 +02:00
72fa7f790c fix(core): update 2023-08-06 16:09:28 +02:00
c8556355c0 fix(core): update 2023-07-21 03:53:41 +02:00
f73d973383 fix(core): update 2023-03-29 16:07:54 +02:00
b9c67666fa fix(core): update 2023-02-07 12:32:48 +01:00
69e862a6cf fix(core): update 2022-12-28 19:51:09 +01:00
b029dc191e fix(core): update 2022-12-28 14:02:14 +01:00
bce82d49b6 fix(core): update 2022-12-28 13:49:03 +01:00