Commit Graph

11 Commits

Author SHA1 Message Date
8fbead4274 Don't reset transactionID when reopening TCP connection 2023-03-05 21:33:04 +01:00
8c33fd2a89 Set read deadline correctly 2023-02-25 22:30:31 +01:00
ebdbc92693 Remove a Printf 2023-02-25 15:05:39 +01:00
7b1533b3e6 Improve error messages, close conn on transactionID mismatch. 2023-02-25 13:04:25 +01:00
ce537e1373 Improve error handling 2023-02-25 11:08:53 +01:00
9a92e47837 Fix lockup on io timeout
When the client got a IO timeout the timer were never reset
Adjusting timeouts
2023-02-24 22:59:39 +01:00
a5f1936632 Add tcp keep alive 2023-02-24 18:22:39 +01:00
4c3ff497f4 Open tcp connection for every read.
To make the connection more resilient against connection errors.
2020-10-19 19:50:41 +02:00
3a6f5c19c8 Fix tcp deadlines. 2020-10-13 17:52:12 +02:00
de5cb6d98f Change package name 2020-10-12 21:32:13 +02:00
e43b903974 First commit 2020-10-12 20:35:25 +02:00