Commit Graph

15 Commits

Author SHA1 Message Date
07af67b33f Less verbose client websocket when reconnecting 2025-01-20 00:00:14 +01:00
f4d0ccca51 Do not put the HttpClient of a persistent websocket into a try-with-resources 2025-01-19 23:30:56 +01:00
0ffe3198e6 Fixed hundreds of small issues, code improvements, typos, ... 2025-01-16 00:25:23 +01:00
ae634ab560 Better handling of IOException on client websocket when trying to send a payload. 2023-08-15 00:57:49 +02:00
5edd8cdfec Various code simplification/fixes and a lot of typo/grammar fixes (may brake some stuff) 2023-06-20 00:15:46 +02:00
f3f616cdca Better detection of closed client side WS connection (to reconnect if necessary) 2023-06-08 12:07:49 +02:00
4259e5eccd Handle reception of partial data in WS client. 2023-04-10 19:15:58 +02:00
cafb220768 Wait 1s before reconnect websocket. 2023-03-23 18:53:32 +01:00
544abd218c Un chouilla of logs 2023-03-21 23:37:27 +01:00
55556b0714 Handle CompletionException in websocket client 2023-03-21 19:20:29 +01:00
87b9ffcc37 Another websocket client fix: the socket reference is not set soon enough + add some more error handling 2023-03-20 23:10:52 +01:00
95fa33a488 Fix missing return statement. Was logging an error even if connection succeed. 2023-03-20 22:49:57 +01:00
46653f06ff Implements websocket client auto-reconnect 2023-03-19 23:30:36 +01:00
2fb4775ca7 Try to fix some stuff with websocket 2023-03-16 12:29:43 +01:00
fd828d600e WebSocket API 2023-03-14 16:22:50 +01:00