Commit f4f6d2d
committed
fix: TUI disconnecting after 30 seconds of inactivity
The daemon's subscription handler had a 30-second read timeout that
treated timeouts as disconnections. Since the client never sends data
after subscribing, the connection was closed after 30 seconds of no
events.1 parent 4e20ce8 commit f4f6d2d
2 files changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
803 | 803 | | |
804 | 804 | | |
805 | 805 | | |
806 | | - | |
807 | 806 | | |
808 | 807 | | |
809 | 808 | | |
| |||
0 commit comments