Bugfix/patch db subscriber (#2652)

* fix socket sending empty patches

* do not timeout tcp connections, just poll them more

* switch from poll to tcp keepalive
This commit is contained in:
Aiden McClelland
2024-06-24 16:15:56 -06:00
committed by GitHub
parent 2c255b6dfe
commit 9da49be44d
7 changed files with 83 additions and 64 deletions

2
core/Cargo.lock generated
View File

@@ -4881,6 +4881,7 @@ dependencies = [
"hmac",
"http 1.1.0",
"http-body-util",
"hyper-util",
"id-pool",
"imbl",
"imbl-value",
@@ -4936,6 +4937,7 @@ dependencies = [
"sha2 0.10.8",
"shell-words",
"simple-logging",
"socket2",
"sqlx",
"sscanf",
"ssh-key",