mirror of
https://github.com/gofiber/fiber.git
synced 2025-02-23 08:04:10 +00:00
* 🐛 panic: unaligned 64-bit atomic operation [32 bit machines] #1487 https://pkg.go.dev/sync/atomic#pkg-notes https://go101.org/article/memory-layout.html https://github.com/golang/go/issues/36606 * 🐛 panic: unaligned 64-bit atomic operation [32 bit machines] #1487 change from uin64 to uint32 for the timestamp -> max value is 4294967295 -> Sun Feb 07 2106 06:28:15 GMT+0000