Commit Graph

84 Commits

Author SHA1 Message Date
jay e32bbc99d8 implemented ping-pong heartbeats. adjusted logs and defaults. 2026-04-24 09:59:01 -04:00
jay 3091c5dfd8 remove reconnect delay for testing 2026-04-24 07:52:13 -04:00
jay 9daa9a3d25 log debug if error is from a self-close 2026-04-24 07:48:47 -04:00
jay 7e7b18bb2a Increase keepalive timeout. Add reconnection delay. 2026-04-23 21:26:40 -04:00
jay 0ac8d9facd Added logging to pools and workers. 2026-04-23 20:58:57 -04:00
jay 230e6e608a Fix log level bugs. 2026-04-23 19:24:40 -04:00
jay 3f0d95955c Update log levels. 2026-04-23 19:00:01 -04:00
jay a3c1e684be Export new config options. 2026-04-23 18:54:00 -04:00
jay 2a6cd3a487 Add granunal logging config controls. 2026-04-23 18:48:47 -04:00
jay 727dc18b57 Add slog attributes at pool, worker, and connection levels. 2026-04-23 17:58:40 -04:00
jay 91717457dd Export url normalizer. 2026-04-23 10:46:31 -04:00
jay b034e97204 update copy 2026-04-21 08:02:25 -04:00
jay daf9f7534e Various performance and correctness improvements. 2026-04-20 22:41:37 -04:00
jay 72b1ca7ad1 Updated readme 2026-04-20 18:05:54 -04:00
jay 2d46b6addb Updated api 2026-04-20 18:05:44 -04:00
jay 111d813bdf Updated name. 2026-04-20 18:05:32 -04:00
jay 2c7b22b3d9 Removed wg from worker start. Fixed various races. 2026-04-20 17:54:03 -04:00
jay aaf8571b9f Enum and field renames. 2026-04-20 17:43:40 -04:00
jay fd806c0231 Consolidated redundant socket mocking function. 2026-04-20 17:37:30 -04:00
jay 1f38f73b75 Updated README 2026-04-20 16:14:43 -04:00
jay eea208738a completed inbound pool. Refactored to inbound/outbound semantics. 2026-04-20 14:19:50 -04:00
jay de3c997279 Wrote worker tests. 2026-04-20 09:26:19 -04:00
jay 9b29592a39 Decoupled worker from goroutines. 2026-04-20 08:45:04 -04:00
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