Commit Graph

3 Commits

Author SHA1 Message Date
Marc Brooks afca8c3642
Update internal/sync/log.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-18 19:19:50 -06:00
Marc Brooks 979b32b86c
Enhance synctrace logging.
Switched the maps to be indexed by the .Pointer (not a string)
Grouped the lockCount, unlockCount ,and lastLock in an trackingEntry so we can detect unlocks of something that wasn't ever locked and excessive unlocks and also tracks the first time locked and the last unlock time.
Added LogDangledLocks for debugging use.
Added a panic handler to the Main so we can log out panics
2025-11-18 18:05:40 -06:00
Aveline c775979ccb
feat: refactoring network stack (#878)
Co-authored-by: Adam Shiervani <adam.shiervani@gmail.com>
2025-10-15 18:32:58 +02:00