Commit Graph

111 Commits

Author SHA1 Message Date
jay 9859796338 started responder pool 2026-04-20 06:57:48 -04:00
jay 3066802f62 Update error handling. 2026-04-19 15:21:10 -04:00
jay dfd28d65bc Created public api, cleaned up internals. 2026-04-19 14:23:10 -04:00
jay d2528d3ac7 Swap to implementation pattern, make fields and methods public for extensibility. 2026-04-19 12:49:49 -04:00
jay 2f7e606064 Completed worker start function. 2026-04-19 12:20:58 -04:00
jay e0fb919e83 split up worker tests 2026-04-19 10:45:10 -04:00
jay 0715bde29d Completed worker session tests. 2026-04-19 10:40:23 -04:00
jay 45b1a31cbb Wrote session dial tests. Use new helpers. 2026-04-19 09:58:41 -04:00
jay 6998ccf701 Refactored connection shutdown logic. 2026-04-19 09:29:12 -04:00
jay 72f0793047 Wrote runReader tests, runSession body 2026-04-19 08:00:30 -04:00
jay 29020369e1 Changed send to be synchronous. Wrote session inner gorountines. 2026-04-18 21:44:25 -04:00
jay 2b6afbbf94 Added context cancellation tests. 2026-04-18 18:01:22 -04:00
jay 10c29c8330 Injected context cancellation for dial and retry cancellation. 2026-04-18 17:11:22 -04:00
jay 0f3d4691a6 Wrote runDialer 2026-04-18 15:46:30 -04:00
jay 66cb1ee7e8 Update session code outline. 2026-04-18 14:40:53 -04:00
jay e4cb633862 Renamed package, set up for worker session pattern. 2026-04-18 12:44:49 -04:00
jay 870f1afa33 Rename to reconnect timeout. 2026-04-18 10:59:45 -04:00
jay 9398337d30 Wrote health monitor. 2026-04-17 21:46:22 -04:00
jay cffb54235c Wrote forwarder. 2026-04-17 21:27:21 -04:00
jay f4ada456f4 Ignore prompts 2026-04-17 20:04:31 -04:00
jay 848f90147c Update comments. 2026-04-17 19:33:34 -04:00
jay d395fe49e7 delegate event send to worker. 2026-04-17 19:29:17 -04:00
jay 9aad29a2a4 Rewrote connect method to start worker. 2026-04-17 19:26:53 -04:00
jay 485d49fcae Implement default worker factory 2026-04-17 18:59:13 -04:00
jay f83df839b5 Restructuring for worker development. 2026-04-17 18:47:17 -04:00
jay 7dab8031ea Refactored package structure. 2026-04-17 14:53:29 -04:00
jay 866a7055a0 Fix unknown field. 2026-04-17 13:31:36 -04:00
jay d27e783729 Initial buildout of worker pattern. 2026-04-17 13:29:49 -04:00
jay 043fba0198 Create worker module. 2026-04-17 08:53:52 -04:00
jay bc5e7d1261 Rename to initiator/responder pattern. 2026-04-16 23:05:44 -04:00
jay ff93d449f8 implement pool Send method. 2026-04-16 18:58:40 -04:00
jay 1df8d41262 Use pool config. 2026-04-16 18:41:19 -04:00
jay e13e52d02e Write reports to files and link to the latest one. 2026-04-16 18:36:15 -04:00
jay a6af7f3d5f Add detailed peer closure logging in reader loop. 2026-04-16 18:29:21 -04:00
jay 65dee9b161 Wrote pool config and tests. 2026-04-15 20:56:22 -04:00
jay ae431bb664 Updated connection config naming to introduce a dedicated pool configuration. 2026-04-15 18:04:40 -04:00
jay b57f5157e7 Remove read deadlines from the connection.
Prevents the connection from closing from a lack of incoming messages.
2026-04-15 17:43:26 -04:00
jay bc876e4757 Refactored pool into an implementation-driven module with inbound and outbound variants. 2026-04-15 17:03:49 -04:00
jay 8851c7512c Refactored, simplified tests. 2026-04-15 14:28:40 -04:00
jay 866bf1a062 simplify test. 2026-04-15 14:17:42 -04:00
jay a517e629dc Wrote pool closed error test. 2026-04-15 14:12:04 -04:00
jay a4302c0c80 Wrote unknown url error test for Remove. 2026-04-15 14:11:19 -04:00
jay 3486e7a18a Wrote Remove method. Started tests. 2026-04-15 13:57:56 -04:00
jay be77bc53d0 Improve Add source/test reliability. 2026-04-15 13:56:58 -04:00
jay d002c19889 Simplify tests and avoid unnecessary race conditions. 2026-04-15 13:47:34 -04:00
jay b128a021de Refactor async assertions, remove manual sleeps and timeouts. 2026-04-15 12:05:08 -04:00
jay fdae43e715 Started connection pool. Wrote Close and Add functions. 2026-04-14 22:12:39 -04:00
jay b84daa1f5b Made connection closing non-blocking. 2026-04-14 22:12:17 -04:00
jay 2e4f0257f5 Remove vibe comments. 2026-04-14 17:41:12 -04:00
jay 6d9b0ebdd4 Wrote url normalizer function. 2026-04-14 17:27:20 -04:00