Commit 0291587
committed
feat(socket): add diagnostic heartbeat and raw message logging
Debug logging to diagnose silent connection failures:
- Heartbeat every 60s showing connection state
- Log raw messages as they arrive to confirm thread is alive
Signed-off-by: Jon Whitcraft <jwhitcraft@mac.com>1 parent 3fbe122 commit 0291587
1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
102 | 105 | | |
103 | 106 | | |
104 | 107 | | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
105 | 114 | | |
106 | 115 | | |
107 | 116 | | |
| |||
206 | 215 | | |
207 | 216 | | |
208 | 217 | | |
| 218 | + | |
| 219 | + | |
209 | 220 | | |
210 | 221 | | |
211 | 222 | | |
| |||
0 commit comments